Commit 59926d8f9ae3be3d5c27890cdd1cba9892b1d265
1 parent
59a88b80
结算rmb
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/models/RolePlugin.lua
... | ... | @@ -1536,7 +1536,7 @@ function RolePlugin.bind(Role) |
1536 | 1536 | item_number = 1, -- 购买的道具数量 |
1537 | 1537 | item_level = 1, -- 购买的道具等级 |
1538 | 1538 | order_cost = rechargeData.rmb * 100, -- 此次消费的现金金额(单位:分),如 51800即未518元,对应客户端SDK传入的'total_fee' |
1539 | - order_currency = "TWD", -- 货币类型,默认为"CNY"(人民币),遵循ISO 4217规范 | |
1539 | + order_currency = "CNY", -- 货币类型,默认为"CNY"(人民币),遵循ISO 4217规范 | |
1540 | 1540 | order_type = order_type, -- 订单类型,首充记录为1,否则为0 |
1541 | 1541 | order_id = params.transactionId, -- 本条记录的订单号,对应客户端SDK返回的'bs_trade_no' |
1542 | 1542 | }) | ... | ... |