wjc
2026-03-06 b9408687a3c0490289206b7e3b623d1490b38afd
app/src/main/java/com/hdl/photovoltaic/internet/api/HttpApi.java
@@ -20,6 +20,8 @@
    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";
    //获取消息详情(匹配维修方案)
@@ -30,6 +32,10 @@
    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
@@ -223,6 +229,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