update
This commit is contained in:
parent
3693cac745
commit
20b583ee6e
File diff suppressed because it is too large
Load Diff
|
@ -1064,6 +1064,9 @@ message PayItem {
|
||||||
message SCPayGoodsInfo{
|
message SCPayGoodsInfo{
|
||||||
repeated int32 Gold = 1;// 0.金币 1.钻石 3.经验
|
repeated int32 Gold = 1;// 0.金币 1.钻石 3.经验
|
||||||
repeated PayItem Item = 2;// 道具
|
repeated PayItem Item = 2;// 道具
|
||||||
|
int32 ShopId = 3;// 商品id
|
||||||
|
int64 Money = 4;// 现金
|
||||||
|
string Name = 5;// 名称
|
||||||
}
|
}
|
||||||
|
|
||||||
// 资源更新
|
// 资源更新
|
||||||
|
|
Loading…
Reference in New Issue