qingyiay
2023-04-06 1ddeee845f9c7e4917d5c991820ed4d1baddfeae
api/globalApi.js
@@ -243,6 +243,20 @@
   },
   /**
    * @description 第一次放空
    */
   getOneEvacuation: {
      url: "/wrzs/userOperation/getOneEvacuation",
      method: 'POST'
   },
   /**
    * @description 第二次放空
    */
   getTwoEvacuation: {
      url: "/wrzs/userOperation/getTwoEvacuation",
      method: 'POST'
   },
   /**
    * @称重
    */
   saveWeigh: {
@@ -270,10 +284,10 @@
      url: "/wrzs/tmtaskcoallog/getTmId",
      method: 'GET'
   },
   // 获取openId
   getCallOutList:{
      url:'/wrzs/callout/getCallOutList',
      method:'GET'
   getCallOutList: {
      url: '/wrzs/callout/getCallOutList',
      method: 'GET'
   }
}