更新:修改参数接口名

This commit is contained in:
2025-11-27 19:54:45 +08:00
parent 878e49dc2e
commit 12de098e10
2 changed files with 3 additions and 3 deletions

View File

@@ -331,6 +331,7 @@
* 校验订单
*/
const googleVerify = async () => {
console.log(typeof aloneItem.value.priceTypeId, typeof purchaseToken.value, typeof orderSn.value);
try {
const obj = await verifyGooglePay(aloneItem.value.priceTypeId, purchaseToken.value, orderSn.value)
uni.switchTab({