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