qingyiay
2023-03-28 e7b0b34176549cfec809c6b89c4cab0999e488b9
api/globalApi.js
@@ -1,10 +1,10 @@
export const globalApi = {
   // 绑定微信
   wxBind:{
      url:'/wrzs/social/bind',
      method:"POST"
   wxBind: {
      url: '/wrzs/social/bind',
      method: "POST"
   },
   //   提煤单
   //   获取发运计划列表
   GetOrderPlan: {
@@ -36,13 +36,33 @@
   //    method: "POST"
   // },
   /**
    * @转发修改
    * @description 转发修改
    */
   forward: {
      url: "/wrzs/userOperation/forward",
      url: "/wrzs/userOperation/forwardList",
      method: "POST"
   },
   /**
    * @description 转发修改回显
    */
   forwardList: {
      url: "/wrzs/userOperation/forwardListData",
      method: "GET"
   },
   /**
    * @description 删除一组转发
    */
   deleteForward: {
      url: "/wrzs/userOperation/deleteForward",
      method: "POST"
   },
   /**
    * @description 获取历史提煤单
    */
   getJhOrderPlanDataPage: {
      url: '/wrzs/userOperation/getJhOrderPlanDataPage',
      method: "GET"
   },
   // 货代首页列表
   // huoDaiList: {
   //    url: "/wrzs/wx/huoDaiList",
@@ -52,7 +72,7 @@
    * @货代首页列表修改
    */
   huoDaiList: {
      url: "/wrzs/userOperation/huoDaiList",
      url: "/wrzs/userOperation/huoDaiList   ",
      method: "GET"
   },
@@ -234,15 +254,26 @@
      url: "/wrzs/userOperation/weighList",
      method: 'GET'
   },
   // 加减煤
   addAndSubtractCoal: {
      url: '/wrzs/jcgatestate/repeatCheck',
      method: 'POST'
   },
   // 获取所在磅房
   getWeighHouse:{
      url:"/wrzs/jccoalweighhouse/getWeighHouse",
      method:'GET'
   getWeighHouse: {
      url: "/wrzs/jccoalweighhouse/getWeighHouse",
      method: 'GET'
   },
   // 提煤单日志查询
   coalDayPage: {
      url: "/wrzs/tmtaskcoallog/getTmId",
      method: 'GET'
   },
   // 获取openId
   getCallOutList:{
      url:'/wrzs/callout/getCallOutList',
      method:'GET'
   }
}