|
|
@ -21,6 +21,19 @@ const config = { |
|
|
|
getPrivacyPolicy: { url: '/cheer/login/getPrivacyPolicy', method: 'GET'}, |
|
|
|
//获取用户协议
|
|
|
|
getUserAgreement: { url: '/cheer/login/getUserAgreement', method: 'GET'}, |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
* 新版本接口 |
|
|
|
*/ |
|
|
|
//根据加油站标识获取相关配置信息
|
|
|
|
twogetConfig: { url: '/cheer/two/getConfig', method: 'GET'}, |
|
|
|
//获取加油站列表信息接口
|
|
|
|
getGasStationList: { url: '/cheer/two/getGasStationList', method: 'GET'}, |
|
|
|
//根据加油站标识获取加油流水订单
|
|
|
|
twogetOrderWaterPage: { url: '/cheer/two/getOrderWaterPage', method: 'GET'}, |
|
|
|
//根据加油站标识获取加油站充值套餐信息
|
|
|
|
twogetRechargeList: { url: '/cheer/two/getRechargeList', method: 'GET'}, |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|