Browse Source

新的接口

tags/2.2.4
Stormeye.Wu 6 years ago
parent
commit
bd4f855055
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      config/config.js

+ 8
- 0
config/config.js View File

@@ -34,6 +34,10 @@ var config = {
/**
* 业态查询
*/
businessList: '/wxBusiness/list', // TODO
/**
* 频道查询
*/
couponChannelList: '/wxCouponChannel/list',
/**
* 下订单
@@ -55,6 +59,10 @@ var config = {
* 券包
*/
couponOrderList: '/couponOrder/list',
/**
* 券包详情
*/
couponOrderDetail: '/couponOrder/detail', /// TODO
/**
* 验证码发送
*/


Loading…
Cancel
Save