修改payType值wechatPay改为WECHAT,aliPay改为ALIPAY

This commit is contained in:
2026-01-20 10:07:58 +08:00
parent 373be0527f
commit 32c60b4f83
9 changed files with 15 additions and 15 deletions

View File

@@ -25,7 +25,7 @@ export const Memberpay = defineStore('memberpay', {
let res = await APIpayltPayVip({
...data,
// #ifdef MP-WEIXIN
payType: 'wechatPay',
payType: 'WECHAT',
openId: uni.cache.get('userInfo').wechatOpenId,
// #endif
// #ifdef MP-ALIPAY
@@ -113,7 +113,7 @@ export const Memberpay = defineStore('memberpay', {
}
},
// #ifdef MP-WEIXIN
payType: 'wechatPay',
payType: 'WECHAT',
openId: uni.cache.get('userInfo').wechatOpenId,
// #endif
// #ifdef MP-ALIPAY