|
@@ -37,6 +37,8 @@ module.exports = {
|
|
addGood: WX_API_BASE + 'app/product/insertTenantProduct',
|
|
addGood: WX_API_BASE + 'app/product/insertTenantProduct',
|
|
// 查询商品详情
|
|
// 查询商品详情
|
|
getGoodDetail: WX_API_BASE + 'app/product/tenantProductInfo',
|
|
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',
|
|
editGood: WX_API_BASE + 'app/product/updateTenantProduct',
|
|
|
|
|
|
@@ -73,7 +75,9 @@ module.exports = {
|
|
creatPickVideo: WX_API_BASE + 'app/liveAndVideo/merchant/addPickLive',
|
|
creatPickVideo: WX_API_BASE + 'app/liveAndVideo/merchant/addPickLive',
|
|
// 自助采摘直播获取个人信息
|
|
// 自助采摘直播获取个人信息
|
|
getMainInfo: WX_API_BASE + 'app/member/selectUserById/',
|
|
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/',
|
|
getOrderList: WX_API_BASE + 'app/order/merchant/my/orderList/',
|
|
// 绑定快递
|
|
// 绑定快递
|