Explorar el Código

增加订单数量接口

zhaoxw hace 4 años
padre
commit
5f9db21488
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. 5 1
      config/api.js

+ 5 - 1
config/api.js

@@ -37,6 +37,8 @@ module.exports = {
 	addGood: WX_API_BASE + 'app/product/insertTenantProduct',
 	//  查询商品详情
 	getGoodDetail: WX_API_BASE + 'app/product/tenantProductInfo',
+	//  获取留言列表
+	getMessageList: WX_API_BASE + 'app/order/user/my/orderList/orderDetail/leaMsgList/',
 	//  编辑商品
 	editGood: WX_API_BASE + 'app/product/updateTenantProduct',
 
@@ -73,7 +75,9 @@ module.exports = {
 	creatPickVideo: WX_API_BASE + 'app/liveAndVideo/merchant/addPickLive',
 	//  自助采摘直播获取个人信息
 	getMainInfo: WX_API_BASE + 'app/member/selectUserById/',
-
+    // 我的-查询各状态订单数量
+	getOrderNum: WX_API_BASE + 'app/order/user/my/queryOrderStatus/',
+	
 	//  获取订单列表
 	getOrderList: WX_API_BASE + 'app/order/merchant/my/orderList/',
 	//  绑定快递