feat(支付): 修改支付用productID

This commit is contained in:
luying
2023-02-15 19:35:17 +08:00
parent d61bf3395d
commit 4bb946d613
3 changed files with 1697 additions and 1466 deletions

View File

@@ -135,7 +135,11 @@ export class orderHandler {
if(isDebugPay()) {
productInfo = {...productInfo, price: DEBUG_PRICE}
}
return resResult(STATUS.SUCCESS, { orderInfo: sdkOrderInfo, productInfo, localOrderID });
return resResult(STATUS.SUCCESS, { orderInfo: sdkOrderInfo, productInfo: {
productID: productInfo.channelProductID,
message: productInfo.message,
price: productInfo.price,
}, localOrderID });
}
/**