浏览代码

车流接口

tags/2.2.4
Stormeye.Wu 6 年前
父节点
当前提交
07fc83f3ea
共有 1 个文件被更改,包括 24 次插入0 次删除
  1. +24
    -0
      config/config.js

+ 24
- 0
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: {


正在加载...
取消
保存