From 07fc83f3ea0405b0dd60ef62e7099c6c1c38e250 Mon Sep 17 00:00:00 2001 From: "Stormeye.Wu" Date: Thu, 23 Aug 2018 22:33:27 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=A6=E6=B5=81=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/config.js | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) 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: {