qingyiay
2023-04-06 1ddeee845f9c7e4917d5c991820ed4d1baddfeae
api/globalApi.js
@@ -1,4 +1,10 @@
export const globalApi = {
   // 绑定微信
   wxBind: {
      url: '/wrzs/social/bind',
      method: "POST"
   },
   //   提煤单
   //   获取发运计划列表
   GetOrderPlan: {
@@ -30,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",
@@ -46,7 +72,7 @@
    * @货代首页列表修改
    */
   huoDaiList: {
      url: "/wrzs/userOperation/huoDaiList",
      url: "/wrzs/userOperation/huoDaiList   ",
      method: "GET"
   },
@@ -120,7 +146,6 @@
      method: "GET"
   },
   //   用户
   // 获取用户信息
   getUserEntity: {
@@ -170,7 +195,7 @@
   //删除司机
   deleteSiJi: {
      url: "/wrzs/wx/deleteSiJi",
      method: "POST"
      method: "POST",
   },
@@ -218,6 +243,20 @@
   },
   /**
    * @description 第一次放空
    */
   getOneEvacuation: {
      url: "/wrzs/userOperation/getOneEvacuation",
      method: 'POST'
   },
   /**
    * @description 第二次放空
    */
   getTwoEvacuation: {
      url: "/wrzs/userOperation/getTwoEvacuation",
      method: 'POST'
   },
   /**
    * @称重
    */
   saveWeigh: {
@@ -229,10 +268,26 @@
      url: "/wrzs/userOperation/weighList",
      method: 'GET'
   },
   // 加减煤
   addAndSubtractCoal: {
      url: '/wrzs/jcgatestate/repeatCheck',
      method: 'POST'
   },
   // 获取所在磅房
   getWeighHouse: {
      url: "/wrzs/jccoalweighhouse/getWeighHouse",
      method: 'GET'
   },
   // 提煤单日志查询
   coalDayPage: {
      url: "/wrzs/tmtaskcoallog/page",
      url: "/wrzs/tmtaskcoallog/getTmId",
      method: 'GET'
   },
   // 获取openId
   getCallOutList: {
      url: '/wrzs/callout/getCallOutList',
      method: 'GET'
   }
}