qingyiay
2023-08-08 40a7d8db73f81ad10de03684dc9f6720e18cc315
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'
   },
}