| | |
| | | //mqtt连接需要(语雀接口地址:https://hdl-gz.yuque.com/wnkbmh/cdrglh/totdnt#40b28997) |
| | | public static final String POST_Mqtt_GetRemoteInfo = "/home-wisdom/app/mqtt/getRemoteInfo"; |
| | | //region -----警报消息中心(住宅)--------- |
| | | //获取未处理消息数量 |
| | | //获取未处理消息数量(丢弃) |
| | | public static final String POST_Message_UntreatedCount = "/home-wisdom/app/powerStation/message/unCount"; |
| | | //获取未处理/未读消息数量(匹配维修方案) |
| | | public static final String POST_Message_Plan_UntreatedCount = "/home-wisdom/app/powerStation/message/plan/unCount"; |
| | | |
| | | //消息列表 |
| | | 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_Info = "/home-wisdom/app/powerStation/message/info"; |
| | | //获取消息详情(匹配维修方案) |
| | | public static final String POST_Message_Plan_Info = "/home-wisdom/app/powerStation/message/plan/info"; |
| | | //消息标记已读(已解除) |
| | | public static final String POST_Message_Solve = "/home-wisdom/app/powerStation/message/solve"; |
| | | //消息全部已读 |
| | | 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"; |
| | | |
| | | //endregion |
| | | |