新增打开微信小程序增加开通会员测试环境

This commit is contained in:
唐明明
2021-09-08 10:02:56 +08:00
parent 4f33cdbceb
commit c0ef48f7cf
11 changed files with 319 additions and 205 deletions

View File

@@ -17,6 +17,14 @@ const buy = (data, method) => {
})
}
export {
buy
// eb支付
const eb = (no) => {
return request({
url: 'mall/pay/' + no + '/eb',
})
}
export {
buy,
eb
}