This commit is contained in:
sk 2024-11-12 15:09:19 +08:00
parent 67007cbcef
commit f1010347bb
2 changed files with 560 additions and 421 deletions

File diff suppressed because it is too large Load Diff

View File

@ -240,6 +240,8 @@ enum PlayerPacketID {
PACKET_SCPopUpWindowConfig = 2849; //
PACKET_CSUpdateGuide = 2850; //
PACKET_SCUpdateGuide = 2851; //
PACKET_CSGetSwapShopInfo = 2852; //
PACKET_SCGetSwapShopInfo = 2853; //
}
//
@ -1439,4 +1441,13 @@ message PopUpWindowInfo{
string Key = 3;
int32 OpenStatus = 4;//1- 0-
int32 Weight = 5;//
}
//
// PACKET_CSGetSwapShopInfo
message CSGetSwapShopInfo{
}
// PACKET_SCGetSwapShopInfo
message SCGetSwapShopInfo{
string Url = 1;
}