新增打开微信小程序增加开通会员测试环境
This commit is contained in:
@@ -17,6 +17,14 @@ const buy = (data, method) => {
|
||||
})
|
||||
}
|
||||
|
||||
export {
|
||||
buy
|
||||
// eb支付
|
||||
const eb = (no) => {
|
||||
return request({
|
||||
url: 'mall/pay/' + no + '/eb',
|
||||
})
|
||||
}
|
||||
|
||||
export {
|
||||
buy,
|
||||
eb
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user