update
This commit is contained in:
parent
67007cbcef
commit
f1010347bb
File diff suppressed because it is too large
Load Diff
|
@ -240,6 +240,8 @@ enum PlayerPacketID {
|
||||||
PACKET_SCPopUpWindowConfig = 2849; //返回弹窗配置
|
PACKET_SCPopUpWindowConfig = 2849; //返回弹窗配置
|
||||||
PACKET_CSUpdateGuide = 2850; //更新引导
|
PACKET_CSUpdateGuide = 2850; //更新引导
|
||||||
PACKET_SCUpdateGuide = 2851; //更新引导
|
PACKET_SCUpdateGuide = 2851; //更新引导
|
||||||
|
PACKET_CSGetSwapShopInfo = 2852; // 请求兑换商城信息
|
||||||
|
PACKET_SCGetSwapShopInfo = 2853; // 返回兑换商城信息
|
||||||
}
|
}
|
||||||
|
|
||||||
// 账变记录
|
// 账变记录
|
||||||
|
@ -1439,4 +1441,13 @@ message PopUpWindowInfo{
|
||||||
string Key = 3;
|
string Key = 3;
|
||||||
int32 OpenStatus = 4;//1-开启 0-关闭
|
int32 OpenStatus = 4;//1-开启 0-关闭
|
||||||
int32 Weight = 5;//弹窗权重
|
int32 Weight = 5;//弹窗权重
|
||||||
|
}
|
||||||
|
|
||||||
|
// 获取兑换商城网页地址
|
||||||
|
// PACKET_CSGetSwapShopInfo
|
||||||
|
message CSGetSwapShopInfo{
|
||||||
|
}
|
||||||
|
// PACKET_SCGetSwapShopInfo
|
||||||
|
message SCGetSwapShopInfo{
|
||||||
|
string Url = 1;
|
||||||
}
|
}
|
Loading…
Reference in New Issue