api.js 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. const WX_API_BASE = 'https://www.qianjiadi.com/'
  2. // const WX_API_BASE = 'http://ch.jihengcc.cn:17080/'
  3. // const WX_API_BASE = 'https://test.jihengcc.cn/'
  4. // const WX_API_BASE = 'https://www.qianjiadi.com/'
  5. // const WX_API_BASE = 'http://172.18.1.79:8765/'
  6. module.exports = {
  7. sdkAppID: 1400430241,
  8. secretKey: '941e01ca06e94057de3013b235b67a784ea28b45c43decbd518e765f7d5fc140',
  9. // 微信登录
  10. WxLogin: WX_API_BASE + 'app/auth/merchant/wx/login',
  11. // 微信登录
  12. getWxUserPhone: WX_API_BASE + 'app/auth/wx/getWxUserPhone',
  13. // 授权码登录
  14. authorizeSignIn: WX_API_BASE + 'app/auth/merchant/authCodeRegister',
  15. // 注册商铺数据
  16. submitShopRegisterInfo: WX_API_BASE + 'app/auth/merchant/register',
  17. // 编辑商铺数据
  18. editShopRegisterInfo: WX_API_BASE + 'app/auth/merchant/updateMerchantInfo',
  19. // 获取商铺注册数据
  20. getShopRegisterInfo: WX_API_BASE + 'app/auth/merchant/findMerchantInfo',
  21. // 获取商铺注册状态
  22. getShopRegisterStatu: WX_API_BASE + 'app/auth/merchant/findMerchantAuditStatus',
  23. // 获取后台管理账号密码
  24. getManageInfo: WX_API_BASE + 'app/auth/merchant/backgroundUserInfo',
  25. // 获取本月销售额
  26. getShopSellInfo: WX_API_BASE + 'app/merchants/productOrderSumMouth',
  27. // 获取销售数据
  28. getSellInfo: WX_API_BASE + 'app/merchants/productOrderStatistics/',
  29. // 获取商品列表
  30. getGoodList: WX_API_BASE + 'app/product/queryTenantProductPage',
  31. // 流转商品状态
  32. setGoodsStatus: WX_API_BASE + 'app/product/batchManagementProduct',
  33. // 获取分类
  34. getSortList: WX_API_BASE + 'app/productCategory/categoryInitialization',
  35. // 新增商品
  36. addGood: WX_API_BASE + 'app/product/insertTenantProduct',
  37. // 查询商品详情
  38. getGoodDetail: WX_API_BASE + 'app/product/tenantProductInfo',
  39. // 获取留言列表
  40. getMessageList: WX_API_BASE + 'app/order/user/my/orderList/orderDetail/leaMsgList/',
  41. // 编辑商品
  42. editGood: WX_API_BASE + 'app/product/updateTenantProduct',
  43. // 获取直播信息与开播
  44. startStream: WX_API_BASE + 'app/liveAndVideo/merchant/startStream/',
  45. // 获取直播Id
  46. getLiveId: WX_API_BASE + 'app/liveAndVideo/merchant/liveAndVideoInit',
  47. // 获取直播设置详情
  48. getLiveData: WX_API_BASE + 'app/liveAndVideo/merchant/liveDetail/',
  49. // 开启直播
  50. creatLive: WX_API_BASE + 'app/liveAndVideo/merchant/updateLiveStatus',
  51. // 设置直播设置
  52. setLiveData: WX_API_BASE + 'app/liveAndVideo/merchant/addLive',
  53. // 编辑直播设置
  54. editLiveData: WX_API_BASE + 'app/liveAndVideo/merchant/updateLive',
  55. // 绑定直播商品
  56. bindLiveGoods: WX_API_BASE + 'app/liveAndVideo/merchant/liveDetail/addLiveProductRel',
  57. // 获取已绑定直播的商品
  58. getBindedLiveGoods: WX_API_BASE + 'app/liveAndVideo/merchant/liveDetail/chooseProductList',
  59. // 获取短视频列表
  60. getVideoList: WX_API_BASE + 'app/liveAndVideo/merchant/videoList/',
  61. // 删除短视频
  62. deleteVideo: WX_API_BASE + 'app/liveAndVideo/merchant/batchDeleteVideo',
  63. // 获取短视频商品
  64. getVideoGoods: WX_API_BASE + 'app/liveAndVideo/merchant/liveDetailOrVideoDetail/productList',
  65. // 获取短视频已绑定商品
  66. getVideoBindGoods: WX_API_BASE + 'app/liveAndVideo/merchant/videoDetail/chooseProductList',
  67. // 上传短视频
  68. addVideo: WX_API_BASE + 'app/liveAndVideo/merchant/addVideoByQjd',
  69. // 编辑短视频
  70. editVideo: WX_API_BASE + 'app/liveAndVideo/merchant/updateVideo',
  71. // 获取短视频详情
  72. getVideoDetail: WX_API_BASE + 'app/liveAndVideo/merchant/updateVideoInit',
  73. // 初始化自助采摘视频
  74. creatPickVideo: WX_API_BASE + 'app/liveAndVideo/merchant/addPickLive',
  75. // 自助采摘直播获取个人信息
  76. getMainInfo: WX_API_BASE + 'app/member/selectUserById',
  77. // 小程序-商户端-发起直播推送给订阅用户推送消息
  78. startLivePushMessage: WX_API_BASE + '/app/liveAndVideo/startLivePushMessage/',
  79. // 我的-查询各状态订单数量
  80. getOrderNum: WX_API_BASE + 'app/order/user/my/queryOrderStatus/',
  81. // 获取订单列表
  82. getOrderList: WX_API_BASE + 'app/order/merchant/my/orderList/',
  83. // 绑定快递
  84. bindOrder: WX_API_BASE + 'app/order/merchant/my/orderList/updateOrderByDG',
  85. // 查询物流信息
  86. getLogisticsDeatil: WX_API_BASE + 'app/order/getShippingTrace/',
  87. // 回复订单评价
  88. evaluateOrder: WX_API_BASE + 'app/order/merchant/my/orderList/updateOrderEvaluateByReply',
  89. // 发布留言
  90. addMessage: WX_API_BASE + 'app/order/user/my/orderList/orderDetail/leaMsgList/addLeaMsg',
  91. // 获取订单详情
  92. getOrderDetail: WX_API_BASE + 'app/order/user/my/orderList/orderDetail',
  93. // 编辑订单数量
  94. editOrder: WX_API_BASE + 'app/order/user/editOrder',
  95. // 查询优惠券列表
  96. getCouponList: WX_API_BASE + 'app/merchants/merchantsCouponGrantPage',
  97. // 发放优惠券
  98. addCoupon: WX_API_BASE + 'app/merchants/merchantsGrantCoupon',
  99. // 查询授权用户列表
  100. getAuthorizeList: WX_API_BASE + 'app/auth/merchant/my/authUserList/',
  101. // 生成授权码
  102. createAuthorizeCode: WX_API_BASE + 'app/auth/merchant/my/authUserList/createAuthCode',
  103. // 获取用户授权详情
  104. getAuthorizeDetail: WX_API_BASE + 'app/auth/merchant/my/authUserInfo/',
  105. // 用户授权
  106. setAuthorize: WX_API_BASE + 'app/auth/merchant/my/authUserInfo/updateAuth/',
  107. // 删除授权用户
  108. deleteAuthorizeUser: WX_API_BASE + 'app/auth/merchant/my/delAuthUser/',
  109. // 上传文件
  110. uploadFile: WX_API_BASE + 'app/uploadManage/upload',
  111. }