| | |
| | | /** |
| | | * @description 装卸员查看所有煤种类型 */ |
| | | getCoalNameAll: { |
| | | url: '/wrzs/tmtaskcoal/getCoalNameAll', |
| | | url: '/wrzs/jccoalbunker/getCoalNameAll', |
| | | method: 'GET' |
| | | }, |
| | | /** |
| | |
| | | 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' |
| | | } |
| | | } |