| | |
| | | public static final String POST_Message_List = "/home-wisdom/app/powerStation/message/listByPage"; |
| | | //消息列表(匹配维修方案) |
| | | public static final String POST_Message_Plan_List = "/home-wisdom/app/powerStation/message/plan/listByPage"; |
| | | //消息列表(匹配维修方案)电站纬度 |
| | | public static final String POST_Message_Plan_homeListByPage = "/home-wisdom/app/powerStation/message/plan/homeListByPage"; |
| | | //获取消息详情 |
| | | public static final String POST_Message_Info = "/home-wisdom/app/powerStation/message/info"; |
| | | //获取消息详情(匹配维修方案) |
| | |
| | | public static final String POST_Message_AllRead = "/home-wisdom/app/powerStation/message/allRead"; |
| | | //消息全部已读(匹配维修方案) |
| | | public static final String POST_Message_Plan_AllRead = "/home-wisdom/app/powerStation/message/plan/allRead"; |
| | | //消息通知设置详情 |
| | | public static final String POST_notice_setInfo = "/home-wisdom/app/powerStation/message/notice/setInfo"; |
| | | //消息通知设置 |
| | | public static final String POST_notice_set = "/home-wisdom/app/powerStation/message/notice/set"; |
| | | |
| | | //endregion |
| | | |