10144 【越南】【砍树】【主干】充值表的RecordID 支持超过255
| | |
| | | struct tagCMQueryCoinToGoldCount
|
| | | {
|
| | | tagHead Head;
|
| | | BYTE RecordID; //充值记录ID,也就是充值ID,发0则查全部
|
| | | WORD RecordID; //充值记录ID,也就是充值ID,发0则查全部
|
| | | };
|
| | |
| | |
|
| | | struct tagMCCoinToGoldCount
|
| | | {
|
| | | BYTE RecordID;
|
| | | WORD RecordID;
|
| | | WORD TodayPayCount; // 今日已购买次数
|
| | | DWORD TotalPayCount; // 累计总购买次数
|
| | | WORD WeekPayCount; // 周总购买次数
|
| | |
| | | struct tagMCCoinToGoldCountInfo
|
| | | {
|
| | | tagHead Head;
|
| | | BYTE RecordCount;
|
| | | WORD RecordCount;
|
| | | tagMCCoinToGoldCount CTGCountInfoList[RecordCount];
|
| | | };
|
| | |
| | | BYTE OrderLen;
|
| | | char OrderID[OrderLen]; // 订单id
|
| | | DWORD Coin; // 充值的点卷
|
| | | BYTE RecordID; // ctgID
|
| | | WORD RecordID; // ctgID
|
| | | BYTE OrderInfoLen;
|
| | | char OrderInfo[OrderInfoLen];
|
| | | };
|
| | |
| | |
|
| | | struct tagMCActGrowupBuyCTGInfo
|
| | | {
|
| | | BYTE CTGID; // 充值表ID
|
| | | WORD CTGID; // 充值表ID
|
| | | BYTE GainItemCount; // 获得物品数
|
| | | tagMCActGrowupBuyCTGItem GainItemList[GainItemCount]; // 获得物品列表,替换充值表中的 GainItemList 字段信息
|
| | | };
|