qingyiay
2023-08-29 e4b6297960fbb055196e4de97eae7b25009d4cfb
api/globalApi.js
@@ -379,7 +379,7 @@
   /**
    * @description 装卸员查看所有煤种类型 */
   getCoalNameAll: {
      url: '/wrzs/tmtaskcoal/getCoalNameAll',
      url: '/wrzs/jccoalbunker/getCoalNameAll',
      method: 'GET'
   },
   /**
@@ -405,5 +405,23 @@
   tmAbnormalTextAdd: {
      url: '/wrzs/tmtaskcoal/tmAbnormalTextAdd',
      method: 'POST'
   },
   /**
    * @description 获取appid和secret */
   getAppidAndSercet: {
      url: '/wrzs/wx/getAppidAndSercet',
      method: 'GET'
   },
   /**
    * @description 皮重异常调用 */
   skinAbnormal: {
      url: '/wrzs/printer/skinAbnormal',
      method: 'POST'
   },
   /**
    * @description 批量邀请司机  */
   bindUserFleetBatch: {
      url: '/wrzs/wx/bindUserFleetBatch',
      method: 'POST'
   }
}