|
|
@@ -8,7 +8,7 @@ DrawCardNet = {
|
|
|
{"leftFreeTime",1, "int"}, -- 免费倒计时
|
|
|
{"leftFreeCnt", 1, "int"}, -- 剩余免费次数
|
|
|
{"items", 3, ItemData}, -- {1次消耗道具,10次消耗道具}
|
|
|
- {"zuanshi", 3, "int"}, -- {1次消耗钻石,10次消耗钻石}0为不能用钻石
|
|
|
+ {"zuanshi", 3, "short"}, -- {1次消耗钻石,10次消耗钻石}0为不能用钻石
|
|
|
{"isFirst", 1, "byte"}, -- 是否首次十连
|
|
|
{"canBuy", 1, "byte"}, -- 可否购买
|
|
|
}
|