|
@@ -1,7 +1,7 @@
|
|
|
// const WX_API_BASE = 'https://www.qianjiadi.com/'
|
|
|
-const WX_API_BASE = 'http://ch.jihengcc.cn:17080/'
|
|
|
+//const WX_API_BASE = 'http://ch.jihengcc.cn:17080/'
|
|
|
// const WX_API_BASE = 'https://test.jihengcc.cn/'
|
|
|
-// const WX_API_BASE = 'https://www.qianjiadi.com/'
|
|
|
+ const WX_API_BASE = 'https://www.qianjiadi.com/'
|
|
|
|
|
|
module.exports = {
|
|
|
// 微信登录
|
|
@@ -71,7 +71,8 @@ module.exports = {
|
|
|
getVideoDetail: WX_API_BASE + 'app/liveAndVideo/merchant/updateVideoInit',
|
|
|
// 初始化自助采摘视频
|
|
|
creatPickVideo: WX_API_BASE + 'app/liveAndVideo/merchant/addPickLive',
|
|
|
-
|
|
|
+ // 自助采摘直播获取个人信息
|
|
|
+ getMainInfo: WX_API_BASE + 'app/member/selectUserById/',
|
|
|
|
|
|
// 获取订单列表
|
|
|
getOrderList: WX_API_BASE + 'app/order/merchant/my/orderList/',
|