|
|
@ -8,15 +8,15 @@ const config = { |
|
|
|
// 登录接口
|
|
|
|
loginLogin: { url: '/cheer/login/login', method: 'GET' }, |
|
|
|
// 获取个人信息接口
|
|
|
|
infoGetInfo: { url: '/cheer/info/getInfo', method: 'GET', auth: true }, |
|
|
|
infoGetInfo: { url: '/cheer/info/getInfo', method: 'GET', auth: true, showLoading : true }, |
|
|
|
//下单
|
|
|
|
createOrderPay: { url: '/cheer/info/createOrderPay', method: 'GET', auth: true, limit : 2000 }, |
|
|
|
createOrderPay: { url: '/cheer/info/createOrderPay', method: 'GET', auth: true, limit : 2000, showLoading : true }, |
|
|
|
//获取折扣、客户电话、微信
|
|
|
|
getConfig: { url: '/cheer/info/getConfig', method: 'GET'}, |
|
|
|
//获取充值套餐
|
|
|
|
getRechargePage: { url: '/cheer/info/getRechargePage', method: 'GET'}, |
|
|
|
//获取加油流水订单
|
|
|
|
getOrderWaterPage: { url: '/cheer/info/getOrderWaterPage', method: 'GET'}, |
|
|
|
getOrderWaterPage: { url: '/cheer/info/getOrderWaterPage', method: 'GET', showLoading : true }, |
|
|
|
//获取隐私政策
|
|
|
|
getPrivacyPolicy: { url: '/cheer/login/getPrivacyPolicy', method: 'GET'}, |
|
|
|
//获取用户协议
|
|
|
|