merge thrift files into one Network.thrift

This commit is contained in:
wsycarlos 2026-04-09 12:43:20 +08:00
parent 2bd78f7819
commit 7a3429206e
1061 changed files with 3637 additions and 9514 deletions

View File

@ -5,5 +5,5 @@ if exist generated\meowment-network rd /s /q generated\meowment-network
md generated\meowment md generated\meowment
md generated\meowment-network md generated\meowment-network
for %%i in (thrift-files/meowment/*.thrift) do .\compiler\exe\thrift.exe -o .\generated\meowment -strict -r --gen netstd:unity,serial,async_postfix .\thrift-files\meowment\%%i for %%i in (thrift-files/meowment/*.thrift) do .\compiler\exe\thrift.exe -o .\generated\meowment -strict -r --gen netstd:unity,serial,async_postfix .\thrift-files\meowment\%%i
for %%i in (thrift-files/meowment-network/*.thrift) do .\compiler\exe\thrift.exe -o .\generated\meowment-network -strict -r --gen netstd:no_deepcopy,unity,serial,async_postfix .\thrift-files\meowment-network\%%i .\compiler\exe\thrift.exe -o .\generated\meowment-network -strict -r --gen netstd:no_deepcopy,unity,serial,async_postfix .\thrift-files\meowment-network\Network.thrift
pause pause

View File

@ -1,17 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
enum ACTIVITY_TYPE {
DEFAULT_TYPE = 0;
ACT_TYPE_MINING = 1;
ACT_TYPE_GUESS_COLOR = 2;
ACT_TYPE_RACE = 3;
ACT_TYPE_DISCOUNT_GIFT = 4;
ACT_TYPE_ADD_GIFT = 5;
ACT_TYPE_SUPER_GIFT = 6;
ACT_TYPE_CATNIP = 7;
ACT_TYPE_PASS = 8;
}

View File

@ -1,11 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
message ActLog {
int32 Type = 1;
int64 Time = 2;
string Param = 3;
}

View File

@ -1,32 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
enum ActLogType {
ACT_LOG_TYPE_NONE = 0;
ACT_LOG_TYPE_FIRST_LOGIN = 1;
ACT_LOG_TYPE_COMPLETE_RESTROOM = 2;
ACT_LOG_TYPE_COMPLETE_RESTAURANT = 3;
ACT_LOG_TYPE_COMPLETE_BATHROOM = 4;
ACT_LOG_TYPE_COMPLETE_CLOAKROOM = 5;
ACT_LOG_TYPE_GET_NEW_AVATAR = 6;
ACT_LOG_TYPE_GET_NEW_AVATAR_FRAME = 7;
ACT_LOG_TYPE_GET_NEW_EMOTION = 8;
ACT_LOG_TYPE_GET_NEW_DECORATION = 9;
ACT_LOG_TYPE_GET_NEW_COSTUME = 10;
ACT_LOG_TYPE_COMPLETE_CARD_ALBUM = 11;
ACT_LOG_TYPE_COMPLETE_ALL_CARDS = 12;
ACT_LOG_TYPE_GET_CHAMPIONSHIP_RANK = 13;
ACT_LOG_TYPE_GET_CHAMPIONSHIP_PRIZE = 14;
ACT_LOG_TYPE_GET_LIMITED_ACTIVITY_PRIZE = 15;
ACT_LOG_TYPE_JOIN_FRIEND_COOP_ACTIVITY = 16;
ACT_LOG_TYPE_GET_VISIT_GAME_PRIZE = 17;
ACT_LOG_TYPE_GET_VISIT_GAME_PRIZE_1 = 18;
ACT_LOG_TYPE_OPEN_PET_TREASURE = 19;
ACT_LOG_TYPE_VISIT_UPVOTE = 20;
ACT_LOG_TYPE_COMPLETE_HANDBOOK_ACHIEVEMENT = 21;
ACT_LOG_TYPE_COMPLETE_CHAPTER_SCENES = 22;
ACT_LOG_TYPE_LOST_USER_RETURN = 23;
}

View File

@ -1,18 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
message ActivityCfg{
int32 Id = 1;
int32 Type = 2;
int64 Starttime = 3;
int64 Endtime = 4;
int32 Level = 5;
string Title = 6;
string MailTitle = 7;
string MailContent = 8;
string RewardItem = 9;
string Extra = 10;
}

View File

@ -1,15 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
message ActivityInfo{
int32 Id = 1;
int32 Type = 2;
int32 StartTime = 3;
int32 EndTime = 4;
int32 Status = 5;
string Title = 6;
int32 Red = 7;
}

View File

@ -1,11 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
import "ActivityInfo.proto";
message ActivityNotify {
ActivityInfo Info = 1;
}

View File

@ -1,11 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
message AdItem {
int32 Watch = 1;
int32 LastWatch = 2;
int32 ItemId = 3;
}

View File

@ -1,10 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
message AdminReq{
string Func = 1;
bytes Info = 2;
}

View File

@ -1,10 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
message AdminRes{
string Func = 1;
string Info = 2;
}

View File

@ -1,11 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
message AvatarInfo{
int32 Id = 1;
int64 EndTime = 2;
int64 AddTime = 3;
}

View File

@ -1,15 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
import "LANG_TYPE.proto";
message BaseInfo {
int32 EnergyMul = 1;
bool IsFirstBuy = 2;
int32 EnergyBuy = 3;
int32 EnergyAD = 4;
LANG_TYPE Lang = 5;
}

View File

@ -1,15 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
enum CHESS_EX_TYPE {
CHESS_EX_NONE = 0;
CHESS_EX_BUBBLE = 1;
CHESS_EX_BOX = 2;
CHESS_EX_QUICK_BUY = 3;
CHESS_EX_EVENT = 4;
CHESS_EX_EVENT_LITTLE_APPRENTICE = 5;
CHESS_EX_EMIT_ROLLBACK = 6;
}

View File

@ -1,10 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
message Card {
int32 Id = 1;
int32 Count = 2;
}

View File

@ -1,10 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
message CardPack{
int32 Id = 1;
repeated int32 Card = 2;
}

View File

@ -1,14 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
import "CatReturnGiftCfgReward.proto";
message CatReturnGiftCfg{
int32 Skin = 1;
int32 Prob = 2;
repeated CatReturnGiftCfgReward RewardList = 3;
int32 ClearTime = 4;
}

View File

@ -1,13 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
import "ItemInfo.proto";
message CatReturnGiftCfgReward{
int32 Id = 1;
int32 Score = 2;
repeated ItemInfo Reward = 3;
}

View File

@ -1,18 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
import "ResPlayerSimple.proto";
message CatnipGame{
int32 Id = 1;
int32 Status = 2;
int32 Progress = 3;
repeated int32 Reward = 4;
ResPlayerSimple Partner = 5;
int32 Emoji = 6;
int32 SendEmoji = 7;
int32 FriendProgress = 8;
}

View File

@ -1,14 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
import "ResPlayerSimple.proto";
message CatnipInvite{
int64 Uid = 1;
int64 Time = 2;
int32 Type = 3;
ResPlayerSimple Player = 4;
}

View File

@ -1,13 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
import "ChessBagGrid.proto";
message ChessBag{
repeated ChessBagGrid ChessBagGrids = 1;
int32 ChessBuyCnt = 2;
int32 ChessFreeCnt = 3;
}

View File

@ -1,11 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
message ChessBagGrid{
int32 Id = 1;
int32 ChessId = 2;
int32 EmitId = 3;
}

View File

@ -1,15 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
import "HANDLE_TYPE.proto";
message ChessHandle{
HANDLE_TYPE type = 1;
int32 Emit = 2;
int32 ChessId = 3;
int32 Id = 4;
repeated int32 ActType = 5;
}

View File

@ -1,10 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
message ChipInfo {
int64 Uid = 1;
int32 EmojiId = 2;
}

View File

@ -1,15 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
message ClientReq{
string func = 1;
string cid = 2;
bytes info = 3;
string sessionId = 4;
string gatewayId = 5;
string userId = 6;
string userBase = 7;
}

View File

@ -1,11 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
message ClientRes{
string func = 1;
string cid = 2;
bytes info = 3;
}

View File

@ -1,12 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
import "ItemInfo.proto";
message CollectItem{
int32 Id = 1;
repeated ItemInfo Items = 2;
}

View File

@ -1,17 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
import "ItemInfo.proto";
import "QuestProgress.proto";
message DailyTask{
int32 Status = 1;
bool UnLock = 2;
QuestProgress Progress = 3;
repeated ItemInfo Items = 4;
int32 Id = 5;
int32 Index = 6;
}

View File

@ -1,13 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
import "ItemInfo.proto";
message DailyWeek{
repeated ItemInfo Items = 1;
bool Status = 2;
int32 NeedActive = 3;
}

View File

@ -1,12 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
import "ItemInfo.proto";
message DecoratePart{
int32 Id = 1;
repeated ItemInfo Items = 2;
}

View File

@ -1,11 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
message EmojiInfo{
int32 Id = 1;
int64 EndTime = 2;
int64 AddTime = 3;
}

View File

@ -1,10 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
enum FRIEND_REPLY_HANDLE_ERR_TYPE{
NONE = 0;
CATNIP = 1;
}

View File

@ -1,13 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
enum FRIEND_REPLY_TYPE {
FRIEND_REPLY_TYPE_NONE = 0;
FRIEND_REPLY_TYPE_GREET = 1;
FRIEND_REPLY_TYPE_RETURN_GREET = 2;
REPLY_TYPE_CATNIP = 3;
REPLY_TYPE_CATNIP_ITEMS = 4;
}

View File

@ -1,11 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
message FaceInfo{
int32 Id = 1;
int64 EndTime = 2;
int64 AddTime = 3;
}

View File

@ -1,7 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
message ForceKickOut{}

View File

@ -1,13 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
import "ItemInfo.proto";
message FriendBubbleInfo{
int32 Id = 1;
int32 Type = 2;
repeated ItemInfo Items = 3;
}

View File

@ -1,13 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
message FriendRoom{
int64 Uid = 1;
string Name = 2;
int32 Face = 3;
int32 Avatar = 4;
int32 Times = 5;
}

View File

@ -1,9 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
message GuessColorInfo{
map<int32, int32> Map = 1;
}

View File

@ -1,13 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
import "QuestProgress.proto";
message GuideTask{
int32 Status = 1;
QuestProgress Progress = 2;
int32 Id = 3;
}

View File

@ -1,13 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
enum HANDLE_TYPE {
ADD = 0;
COMPOSE = 1;
BUY = 2;
SELL = 3;
REMOVE = 4;
}

View File

@ -1,12 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
import "HandbookInfo.proto";
message Handbook {
repeated HandbookInfo Handbooks = 1;
repeated string Collect = 2;
}

View File

@ -1,10 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
message HandbookInfo {
int32 ChessId = 1;
int32 Status = 2;
}

View File

@ -1,90 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
enum ITEM_POP_LABEL {
Playroom = 0;
PiggyBank = 1;
Charge = 2;
Endless = 3;
LevUpReward = 4;
HandleChess = 5;
HandbookReward = 6;
OrderReward = 7;
DecorateCost = 8;
DecorateAdd = 9;
BuyChessBagGrid = 10;
ChessEx = 11;
CardCollectReward = 12;
ExStarReward = 13;
AllCollectReward = 14;
GuideReward = 15;
DailyTaskReward = 16;
DailyWeekReward = 17;
BuyEnergy = 18;
SevenLoginRewardLabel = 19;
MonthLoginReward = 20;
FastProduceReward = 21;
LimitSenceReward = 22;
MailReward = 23;
FreeShop = 24;
ChessShop = 25;
RefreshChessShop = 26;
EndlessReward = 27;
PiggyBankReward = 28;
ChampshipReward = 29;
LimitEventReward = 30;
ChampshipRankReward = 31;
invite = 32;
SelectLimitEvent = 33;
MiningTake = 34;
MiningReward = 35;
GuessColor = 36;
GuessColorReward = 37;
RaceReward = 38;
PlayroomGame = 39;
PlayroomDraw = 40;
PlayroomChip = 41;
PlayroomFlip = 42;
FriendtreasureFilp = 43;
FriendtreasureEnd = 44;
GM = 45;
Friendtreasure = 46;
CardHandbookReward = 47;
LimitEventChestRain = 48;
GetEnergyByAD = 49;
SourceChest = 50;
PlayroomBuyItem = 51;
CardSeasonFirstReward = 52;
AllCollectRewardHB = 53;
PlayroomShop = 54;
HandbookAllReward = 55;
TLUpvote = 56;
Collect = 57;
ActivityGift = 58;
ActivityReward = 59;
CatTrickReward = 60;
AddWish = 61;
GetWish = 62;
PlayroomTask = 63;
PlayroomTaskReward = 64;
PlayroomUpvote = 65;
DecorateReward = 66;
CatnipReward = 67;
CatnipGrandReward = 68;
CatnipPlay = 69;
FriendTReward = 70;
PetTheif = 71;
GuideTaskReward = 72;
GuideActiveReward = 73;
PassCharge = 74;
ActPassReward = 75;
FriendReplyHandle = 76;
GetChessRetireReward = 77;
ApplyFriendSponsor = 78;
PetFurShop = 79;
ActTypeAddGift = 80;
CatReturnGiftReward = 81;
}

View File

@ -1,11 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
enum ITEM_TYPE {
ENERGY = 0;
STAR = 1;
DIAMOND = 2;
}

View File

@ -1,10 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
message ItemInfo{
int32 Id = 1;
int32 Num = 2;
}

View File

@ -1,11 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
import "ItemInfo.proto";
message ItemList{
repeated ItemInfo List = 1;
}

View File

@ -1,9 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
message ItemNotify{
map<int32, int32> Item = 1;
}

View File

@ -1,12 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
enum LANG_TYPE {
LANG_CN = 0;
LANG_EN = 1;
LANG_PTBR = 2;
LANG_ES_LATAM = 3;
}

View File

@ -1,12 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
enum LOGIN_TYPE {
ACCOUNT_LOGIN = 0;
CODE_LOGIN = 1;
DEVICE_LOGIN = 2;
SDK_LOGIN = 3;
}

View File

@ -1,14 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
message LimitEvent {
int32 EndTime = 1;
int32 Cd = 2;
float mul = 3;
int32 StartTime = 4;
map<string, int32> Param = 5;
int32 ShowTime = 6;
}

View File

@ -1,12 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
message LimitEventNotify {
int32 Id = 1;
int32 Type = 2;
int32 EndTime = 3;
int32 Cd = 4;
}

View File

@ -1,14 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
enum LimitEventParam{
LEP_NONE = 0;
CAT_TRICK_ENERGY = 1;
CAT_TRICK_TYPE = 2;
PAYBACK_DAY_COUNT = 3;
LUCKY_CAT_EARNINGS = 4;
SENCE_DASH_TIMES = 5;
}

View File

@ -1,10 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
message LogoutPetWork{
int64 WorkTime = 1;
int64 RemainTime = 2;
}

View File

@ -1,27 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
import "ItemInfo.proto";
message MailInfo{
int32 Id = 1;
string Title = 2;
string Content = 3;
int32 Time = 4;
int32 Status = 5;
repeated ItemInfo Items = 6;
int32 Type = 7;
string TitleEn = 8;
string ContentEn = 9;
string SubTitle = 10;
string SubTitleEn = 11;
string TitlePtBr = 12;
string ContentPtBr = 13;
string SubTitlePtBr = 14;
string TitleEsLa = 15;
string SubTitleEsLa = 16;
string ContentEsLa = 17;
}

View File

@ -1,11 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
import "MailInfo.proto";
message MailNotify {
MailInfo Info = 1;
}

View File

@ -1,9 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
message MinigCfgGem{
string Area = 1;
}

View File

@ -1,21 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
import "ItemInfo.proto";
import "MinigCfgGem.proto";
import "MiningCfgJackpot.proto";
import "MiningCfgPass.proto";
message MiningCfg{
string Name = 1;
int32 PassNum = 2;
repeated ItemInfo itemCost = 3;
int32 ItemId = 4;
int32 startItemnum = 5;
map<string, MinigCfgGem> Gem = 6;
map<string, MiningCfgJackpot> Jackpot = 7;
map<string, MiningCfgPass> Pass = 8;
}

View File

@ -1,12 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
import "ItemInfo.proto";
message MiningCfgJackpot{
int32 Prob = 1;
repeated ItemInfo Items = 2;
}

View File

@ -1,14 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
import "ItemInfo.proto";
message MiningCfgPass{
repeated ItemInfo Items = 1;
string Area = 2;
int32 Gem = 3;
int32 StarReward = 4;
}

View File

@ -1,9 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
message NofiPlayroomStatus{
int32 WorkOutline = 1;
}

View File

@ -1,10 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
message NotifyActRed{
int32 Id = 1;
int32 Red = 2;
}

View File

@ -1,10 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
message NotifyAddEnergy{
int64 dwUin = 1;
int32 addCnt = 2;
}

View File

@ -1,11 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
import "ResFriendCard.proto";
message NotifyFriendCard{
ResFriendCard Info = 1;
}

View File

@ -1,13 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
import "FriendBubbleInfo.proto";
import "ResFriendLog.proto";
message NotifyFriendLog{
ResFriendLog info = 1;
FriendBubbleInfo Bubble = 2;
}

View File

@ -1,10 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
message NotifyInvitedSuccess{
int32 ResultCode = 1;
repeated int32 IdLists = 2;
}

View File

@ -1,11 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
import "ResPlayerSimple.proto";
message NotifyPlayroomBroken{
ResPlayerSimple Player = 1;
}

View File

@ -1,9 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
message NotifyPlayroomKiss{
int32 Kiss = 1;
}

View File

@ -1,14 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
import "ChipInfo.proto";
import "ItemInfo.proto";
message NotifyPlayroomLose{
repeated ItemInfo LoseItem = 1;
repeated ChipInfo Chip = 2;
int64 Revenge = 3;
}

View File

@ -1,14 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
import "AdItem.proto";
message NotifyPlayroomMood{
int32 AllMood = 1;
map<int32, int32> Mood = 2;
map<int32, int32> Physiology = 3;
repeated AdItem AdItem = 4;
}

View File

@ -1,12 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
import "DailyTask.proto";
message NotifyPlayroomTask{
repeated DailyTask DailyTask = 1;
repeated int32 DailyTaskReward = 2;
}

View File

@ -1,10 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
message NotifyPlayroomWork{
int32 StartTime = 1;
int32 WorkStatus = 2;
}

View File

@ -1,10 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
message NotifyRenewBuyEnergyCnt{
int64 dwUin = 1;
int32 CurCnt = 2;
}

View File

@ -1,23 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
enum ORDER_TYPE {
ORDER_TYPE_DEFAULT = 0;
Common_type = 1;
Extra_type = 2;
Super_type = 3;
Preheat_type = 4;
Trigger_type = 5;
Clean_type = 6;
Clean_Order_type = 7;
Clean_type2 = 8;
COMFORT_TYPE = 9;
Guide_type = 10;
Pet_type = 11;
Preview_type = 12;
Fixed_type = 13;
Playroom_type = 14;
}

View File

@ -1,14 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
import "ItemInfo.proto";
message Order{
int32 Id = 1;
repeated int32 ChessId = 2;
int32 type = 3;
repeated ItemInfo Items = 4;
}

View File

@ -1,11 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
import "PartBagGrid.proto";
message PartBag{
repeated PartBagGrid PartBagGrids = 1;
}

View File

@ -1,10 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
message PartBagGrid{
int32 PartId = 1;
int32 Count = 2;
}

View File

@ -1,12 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
message PlayroomAirInfo{
int32 Id = 1;
int64 EndTime = 2;
int64 AddTime = 3;
string Label = 4;
}

View File

@ -1,12 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
message PlayroomCollectInfo{
int32 Id = 1;
int64 EndTime = 2;
int64 AddTime = 3;
string Label = 4;
}

View File

@ -1,11 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
import "PlayroomDressInfo.proto";
message PlayroomDress{
repeated PlayroomDressInfo List = 1;
}

View File

@ -1,12 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
message PlayroomDressInfo{
int32 Id = 1;
int64 EndTime = 2;
int64 AddTime = 3;
string Label = 4;
}

View File

@ -1,13 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
message QuestProgress{
string Label = 1;
int32 Num = 2;
int32 Target = 3;
bool Status = 4;
int32 Param = 5;
}

View File

@ -1,19 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
enum RES_CODE {
FAIL = 0;
SUCCESS = 1;
Protocol_Error_Account_Exist = 100;
Protocol_Error_Account_OR_PWD_ERROR = 101;
Protocol_Error_Account_OR_PWD_Short = 102;
Protocol_Error_Account_Fail = 103;
Protocol_Error_Account_NoExsit = 104;
Protocol_Error_Account_Code_Error = 105;
Protocol_Error_Account_Device_Error = 106;
Protocol_Error_Id_Not_Verify = 107;
Protocol_Error_Id_Verify_Error = 108;
}

View File

@ -1,9 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
message RegHandbookAllReward{
string Type = 1;
}

View File

@ -1,7 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
message ReqActPass{}

View File

@ -1,7 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
message ReqActPassReward{}

View File

@ -1,11 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
import "ActivityCfg.proto";
message ReqActivityCfgReload{
repeated ActivityCfg List = 1;
}

View File

@ -1,9 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
message ReqActivityReward{
int32 Id = 1;
}

View File

@ -1,9 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
message ReqAdWatch{
int32 Type = 1;
}

View File

@ -1,7 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
message ReqAddGiftReward{}

View File

@ -1,9 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
message ReqAddNpc{
int32 NpcId = 1;
}

View File

@ -1,10 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
message ReqAddWish{
int32 Id = 1;
int32 Type = 2;
}

View File

@ -1,11 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
message ReqAdminBan{
int64 Uid = 1;
int64 Time = 2;
string Reason = 3;
}

View File

@ -1,10 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
message ReqAdminGm{
int64 Uid = 1;
string Command = 2;
}

View File

@ -1,9 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
message ReqAdminInfo{
int64 Uid = 1;
}

View File

@ -1,11 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
message ReqAdminShipping{
string OrderSn = 1;
int32 Status = 2;
string ChannelOrderSn = 3;
}

View File

@ -1,9 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
message ReqAgreeCardExchange{
string Id = 1;
}

View File

@ -1,9 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
message ReqAgreeCardGive{
string Id = 1;
}

View File

@ -1,9 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
message ReqAgreeFriend{
int64 Uid = 1;
}

View File

@ -1,7 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
message ReqAllCollectReward{}

View File

@ -1,10 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
message ReqApplyFriend{
int64 Uid = 1;
int32 Type = 2;
}

View File

@ -1,9 +0,0 @@
syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
message ReqAreaReward{
int32 AreaId = 1;
}

Some files were not shown because too many files have changed in this diff Show More