qingyiay
2023-08-28 82a7eba143cc761b303b99889193f7aad2dc9d08
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'
   },
}