sdk:修复支付加密

This commit is contained in:
luying
2021-11-15 15:30:49 +08:00
parent 16089586e2
commit e9940bbb47
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ export async function applyOrder37(localOrderID: string, roleId: string, product
sid: role.serverId,
actor_id: role.roleId,
order_no: localOrderID,
money: productInfo.price.toFixed(2).toString(),
money: productInfo.price,
game_coin: gameCoin,
product_id: productInfo.productID,
subject: productInfo.message,

View File

@@ -23,7 +23,7 @@
{
"productID": "com.bantu.sgzzyz.yb4",
"type": 18,
"price": 6,
"price": 0.01,
"message": "充值元宝-购买元宝60",
"gameCoin": 60
},