Commit a3ddfc58 authored by 前端-许佳敏's avatar 前端-许佳敏

fix: 去掉构建前的支付接口

parent ad4c5551
......@@ -36,16 +36,16 @@ const axios = Axios.create({
const serviceConfig = {
//初始化会员支付策略配置
payConfig: {
payInitializeConfig: {
url: '/pay/initialize/config',
method: 'get'
},
payPlatformPayConfig: {
url: '/pay/platform/pay/config',
method: 'get'
}
},
// payConfig: {
// payInitializeConfig: {
// url: '/pay/initialize/config',
// method: 'get'
// },
// payPlatformPayConfig: {
// url: '/pay/platform/pay/config',
// method: 'get'
// }
// },
web: {
shopInfo: {
url: '/manage/shop/findShopsBySiteId',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment