wjc
2026-03-19 b2340ac4ce1c9ea2070c0e7fb72a03fb2b2500ad
app/src/main/java/com/hdl/photovoltaic/internet/api/HttpApi.java
@@ -11,16 +11,31 @@
    //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_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_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";
    //消息通知设置详情
    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
@@ -99,6 +114,8 @@
    public static final String POST_Device_info = "/home-wisdom/app/device/info";
    //获取电站下负载控制中心列表
    public static final String POST_Device_loadCentreDevices = "/home-wisdom/app/powerStation/device/loadCentreDevices";
    //获取BMS电站下BMS设备列表
    public static final String POST_Device_bmsDevices = "/home-wisdom/app/powerStation/device/bmsDevices";
    //endregion
@@ -214,6 +231,8 @@
    public static final String C_POST_HOME_GETHEADPÏORTRAIT = "/home-wisdom/app/child/account/getHeadPÏortrait";
    //注销账号
    public static final String C_POST_MEMBER_UNREGISTER = "/basis-footstone/member/unregister";
    //查看智能体详情
    public static final String GET_AGENT_INFO = "/basis-footstone/agent/info";
    //endregion
    //endregion