|
@@ -73,6 +73,9 @@ module.exports = {
|
|
|
creatPickVideo: WX_API_BASE + 'app/liveAndVideo/merchant/addPickLive',
|
|
|
// 自助采摘直播获取个人信息
|
|
|
getMainInfo: WX_API_BASE + 'app/member/selectUserById/',
|
|
|
+ // 小程序-商户端-发起直播推送给订阅用户推送消息
|
|
|
+ startLivePushMessage: WX_API_BASE + '/app/liveAndVideo/startLivePushMessage/',
|
|
|
+
|
|
|
|
|
|
// 获取订单列表
|
|
|
getOrderList: WX_API_BASE + 'app/order/merchant/my/orderList/',
|