sdk:修复支付加密
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
{
|
||||
"productID": "com.bantu.sgzzyz.yb4",
|
||||
"type": 18,
|
||||
"price": 6,
|
||||
"price": 0.01,
|
||||
"message": "充值元宝-购买元宝60",
|
||||
"gameCoin": 60
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user