From bd4f8550554117dbe3a6d46b6805483322691e3e Mon Sep 17 00:00:00 2001 From: "Stormeye.Wu" Date: Thu, 23 Aug 2018 21:27:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E7=9A=84=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/config.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config/config.js b/config/config.js index 057caac..9381eda 100755 --- a/config/config.js +++ b/config/config.js @@ -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 /** * 验证码发送 */