🐞 fix(支付): 修复支付校验错误

This commit is contained in:
luying
2023-02-15 21:01:01 +08:00
parent 4bb946d613
commit 565b5f6869

View File

@@ -34,7 +34,7 @@ export async function applyOrder37(localOrderID: string, roleId: string, product
order_no: localOrderID,
money: productInfo.price,
game_coin: gameCoin,
product_id: productInfo.productID,
product_id: productInfo.channelProductID,
subject: productInfo.message,
time: nowSeconds(),
ext