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