|
因为我下的端五百元的充值显示是100000元宝,应该是1000000元宝
前端:
config.json搜
修改- "com.game191.icelegend500":{"currency":1,
- "description":"1000000元宝",
- "PfId":"10003",
- "price":50000,
- "ItemName":"1000000元宝",
- "ProdId":"com.game191.icelegend500",
- "ItemId":6}
复制代码 对应后端/data/Debug/LogicServer/data/config/recharge/RechargeConf.config内的- [6] = {
- ItemId = 6,
- Num = 1000000,
- },
复制代码 更新config.xml刷新就可以了。 |
|