@@ -71,6 +71,30 @@ var config = { | |||||
* 验证码确认 | * 验证码确认 | ||||
*/ | */ | ||||
validationCode: '/wxMsgValidationcode/hasvalidationcode', | validationCode: '/wxMsgValidationcode/hasvalidationcode', | ||||
/** | |||||
* 联合登录 | |||||
*/ | |||||
carInit: '/car/init', | |||||
/** | |||||
* 绑车牌 | |||||
*/ | |||||
bindCarNum: '/car/bindCar', | |||||
/** | |||||
* 解绑车牌 | |||||
*/ | |||||
unbindCar: '/car/unbindCar', | |||||
/** | |||||
* 停车费 | |||||
*/ | |||||
getCarStopFee: '/car/getCarStopFee', | |||||
/** | |||||
* 停车费抵扣 (TJD) | |||||
*/ | |||||
deductionFee: '/car/deductionFee', | |||||
/** | |||||
* 优免券领取 | |||||
*/ | |||||
getCoupon: '/car/getCoupon', | |||||
}, | }, | ||||
weapp: { | weapp: { | ||||