修改payType值wechatPay改为WECHAT,aliPay改为ALIPAY
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user