From 83e959c0a3bf3445cd393717eb8ce03b9fb6f57b Mon Sep 17 00:00:00 2001 From: zhouhaihai Date: Wed, 2 Sep 2020 17:22:44 +0800 Subject: [PATCH] twd --- src/models/RolePlugin.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/models/RolePlugin.lua b/src/models/RolePlugin.lua index 5cd0a58..2da5f6f 100644 --- a/src/models/RolePlugin.lua +++ b/src/models/RolePlugin.lua @@ -1413,7 +1413,7 @@ function RolePlugin.bind(Role) item_number = 1, -- 购买的道具数量 item_level = 1, -- 购买的道具等级 order_cost = rechargeData.rmb * 100, -- 此次消费的现金金额(单位:分),如 51800即未518元,对应客户端SDK传入的'total_fee' - order_currency = "CNY", -- 货币类型,默认为"CNY"(人民币),遵循ISO 4217规范 + order_currency = "TWD", -- 货币类型,默认为"CNY"(人民币),遵循ISO 4217规范 order_type = order_type, -- 订单类型,首充记录为1,否则为0 order_id = params.transactionId, -- 本条记录的订单号,对应客户端SDK返回的'bs_trade_no' }) -- libgit2 0.21.2