yangan
2024-11-12 3eaf9655d591907e14e0d0c3ee82cba06210ca97
api/globalApi.js
@@ -539,5 +539,31 @@
   useEqCodeGetCameraUrl: {
      url: '/wrzs/jcequipment/useEqCodeGetCameraUrl',
      method: 'GET'
   }
   },
   //'获取路线‘
   getRoute:{
      url: '/wrzs/guideroutemanage/getGuideRouteByType',
      method: 'GET'
   },
   downloadExcel:{
      url:'/wrzs/tmtaskcoal/tmAppStatisticsExcel',
      method:'GET',
   },
   //登录之后记录信息所用
   setApplogonTime:{
      url:'/wrzs/userentity/setApplogonTime',
      method:'POST',
   },
   //取样员茶查询提煤单
   inspectedTaskPage:{
      url:'/wrzs/tmtaskcoal/inspectedTaskPage',
      method: 'GET'
   },
   //确认取样
   updateInspectionStatus:{
      url:'/wrzs/tmtaskcoal/updateInspectionStatus',
      method: 'PUT'
   },
}