| | |
| | | url: '/wrzs/appMessage/getMessageByUser', |
| | | method: 'GET' |
| | | }, |
| | | // 已读消息 |
| | | readMessage: { url: '/wrzs/appMessage/readMessage' }, |
| | | delteMessage: { url: '/wrzs/appMessage/deleteMessage', method: 'GET' } |
| | | // 删除消息 |
| | | delteMessage: { url: '/wrzs/appMessage/deleteMessage', method: 'GET' }, |
| | | // 消息详情 |
| | | getMsgDetail: { |
| | | url: '/wrzs/appMessage/getMsgById', |
| | | method: 'GET' |
| | | }, |
| | | // 发运统计筛选条件 |
| | | getShippingCondition: { |
| | | url: '/wrzs/tmtaskcoal/getShippingCondition', |
| | | method: 'GET' |
| | | }, |
| | | // 发运统计数据 |
| | | getTmTaskCoalData: { |
| | | url: '/wrzs/tmtaskcoal/getTmTaskCoalData', |
| | | method: 'GET' |
| | | }, |
| | | //根据id拿到转发中的原始数量 |
| | | jhorderplanforward: { |
| | | url: '/wrzs/jhorderplanforward/getAppById', |
| | | method: 'GET' |
| | | }, |
| | | /** |
| | | @description 管理用户页面获取用户列表信息 |
| | | */ |
| | | appUserPage: { |
| | | url: '/wrzs/userentity/appUserPage', |
| | | method: 'GET' |
| | | }, |
| | | /** |
| | | @description 根据用户列表信息的userid查找 |
| | | */ |
| | | getAppById: { |
| | | url: '/wrzs/userentity/getAppById', |
| | | method: 'GET' |
| | | }, |
| | | /** |
| | | @description 根据用户列表信息的userid编辑 |
| | | */ |
| | | appUpdateById: { url: '/wrzs/userentity/appUpdateById', }, |
| | | /** |
| | | @description 根据用户列表信息的userid删除 |
| | | */ |
| | | appRemoveById: { url: '/wrzs/userentity/appRemoveById' }, |
| | | /** |
| | | @description 新增用户信息 |
| | | */ |
| | | appSave: { |
| | | url: '/wrzs/userentity/appSave', |
| | | method: 'POST' |
| | | } |
| | | } |