Explorar el Código

新的接口

tags/2.2.4
Stormeye.Wu hace 7 años
padre
commit
bd4f855055
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. +8
    -0
      config/config.js

+ 8
- 0
config/config.js Ver fichero

@@ -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
/**
* 验证码发送
*/


Cargando…
Cancelar
Guardar