| | |
| | | |
| | | //获取用户详情信息 |
| | | public static final String B_POST_GET_USERINFO = "/basis-footstone/mgmt/user/oauth/getUserInfo"; |
| | | //联系我们 |
| | | public static final String B_POST_GET_UTIL_CONTACT = "/home-wisdom/app/powerStation/util/contact"; |
| | | |
| | | |
| | | //退出登录 |
| | | public static final String POST_GET_IMAGE_LOGOUT = "/basis-footstone/mgmt/user/oauth/logout"; |
| | | //endregion |
| | | //获取设备列表(安装商) |
| | | public static final String POST_deviceList = "/home-wisdom/app/powerStation/deviceList"; |
| | | //电站状态概览(安装商) |
| | | public static final String POST_statusOverview = "/home-wisdom/app/powerStation/statusOverview"; |
| | | |
| | | |
| | | //endregion |
| | | |
| | | |