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,
|
||||
|
||||
Reference in New Issue
Block a user