qingyiay
2023-08-14 76c41f4669a36b0d4cb5b82906419408a6b7de96
api/globalApi.js
@@ -379,7 +379,7 @@
   /**
    * @description 装卸员查看所有煤种类型 */
   getCoalNameAll: {
      url: '/wrzs/tmtaskcoal/getCoalNameAll',
      url: '/wrzs/jccoalbunker/getCoalNameAll',
      method: 'GET'
   },
   /**
@@ -405,5 +405,11 @@
   tmAbnormalTextAdd: {
      url: '/wrzs/tmtaskcoal/tmAbnormalTextAdd',
      method: 'POST'
   }
   },
   /**
    * @description 获取appid和secret */
   getAppidAndSercet: {
      url: '/wrzs/wx/getAppidAndSercet',
      method: 'GET'
   },
}