| | |
| | | |
| | | public class HttpApi { |
| | | |
| | | //添加推送Token |
| | | public static final String POST_push_add = "/smart-footstone/app/push-information/add"; |
| | | |
| | | //region **********【B端】和【C端】共用接口********** |
| | | //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/untreatedCount"; |
| | | public static final String POST_Message_UntreatedCount = "/home-wisdom/app/powerStation/message/unCount"; |
| | | //消息列表 |
| | | public static final String POST_Message_List = "/home-wisdom/app/powerStation/message/listByPage"; |
| | | //获取消息详情 |
| | | public static final String POST_Message_Info = "/home-wisdom/app/powerStation/message/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"; |
| | | |
| | | //endregion |
| | | |
| | | //region -----C摄氏度,F华氏度(住宅)--------- |