| | |
| | | |
| | | //App版本检测 |
| | | public static final String POST_APP_VERSION_CHECK = "/basis-footstone/app/appVersion/check"; |
| | | //获取未运行逆变器列表 |
| | | public static final String POST_Device_listNotRun = "/home-wisdom/app/powerStation/device/inverter/listNotRun"; |
| | | //逆变器开机 |
| | | public static final String POST_Device_startup = "/home-wisdom/app/powerStation/device/inverter/startup"; |
| | | //获取设备详情(云端) |
| | | 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"; |
| | | |
| | | |
| | | //endregion |
| | | //endregion |
| | | |
| | | //region **********【B端接口】********** |
| | | //region -----首页模块--------- |
| | | |
| | | //获取统计概览数据(公司维度) |
| | | public static final String POST_Home_page_dataOverview = "/home-wisdom/app/powerStation/homePage/dataOverview"; |
| | | //发电量统计(公司维度) |
| | |
| | | |
| | | //endregion |
| | | //region -----用户管理--------- |
| | | |
| | | //检验B端的账号是否权限 |
| | | public static final String B_POST_getCompanyParterMenu = "/basis-footstone/mgmt/user/manage/getCompanyParterMenu"; |
| | | //获取账号区域信息 |
| | | public static final String POST_RegionByUserAccount = "/smart-footstone/region/regionByUserAccount"; |
| | | //登录接口 |
| | | public static final String B_POST_Login = "/smart-footstone/user/oauth/login"; |
| | | //用户找回密码 忘记密码,通过邮箱和手机号找回 |
| | | public static final String B_POST_FORGET_PROGRAM_PWD = "/smart-footstone/user/oauth/forgetProgramPwd"; |
| | | //发送消息验证码 |
| | | public static final String POST_SEND_VERIFICATION = "/smart-footstone/verification/message/send"; |
| | | |
| | | //发送手机号消息验证码 |
| | | public static final String POST_SEND_VERIFICATION_Phone_B = "/basis-footstone/mgmt/main/verification/send"; |
| | | //发送邮箱号消息验证码 |
| | | public static final String POST_SEND_VERIFICATION_Email_B = "/basis-footstone/mgmt/main/verification/email/send"; |
| | | //更改个人密码 |
| | | public static final String B_POST_UPDATE_PROGRAM_PASSWORD = "/smart-footstone/user/userInfo/updateProgramPassword"; |
| | | //获取员工列表 |
| | |
| | | |
| | | |
| | | //获取用户详情信息 |
| | | public static final String B_POST_GET_USERINFO = "/basis-footstone/mgmt/user/oauth/getUserInfo"; |
| | | public static final String B_POST_GET_USERINFO = "/basis-user/mgmt/user/manage/info";//"/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_statusOverview = "/home-wisdom/app/powerStation/statusOverview"; |
| | | //获取电站交付二维码(安装商) |
| | | public static final String POST_getDeliveryUrlQrcode = "/home-wisdom/app/powerStation/getDeliveryUrlQrcode"; |
| | | //获取电站交付URl(安装商) |
| | | public static final String POST_getDeliveryUrl = "/home-wisdom/app/powerStation/getDeliveryUrl"; |
| | | |
| | | //电站手动交付(安装商) |
| | | public static final String POST_deliverToAccount = "/home-wisdom/app/powerStation/deliverToAccount"; |
| | |
| | | public static final String C_POST_Login = "/smart-footstone/member/oauth/login"; |
| | | //注册账号 |
| | | public static final String C_POST_GET_OAUTH_REGISTER = "/smart-footstone/member/oauth/register"; |
| | | //发送消息验证码 |
| | | public static final String POST_SEND_VERIFICATION_C = "/smart-footstone/verification/message/send"; |
| | | //用户找回密码 忘记密码,通过邮箱和手机号找回 |
| | | public static final String C_POST_FORGET_PROGRAM_PWD = "/smart-footstone/member/oauth/forgetPwd"; |
| | | //更改个人密码 |
| | |
| | | public static final String C_POST_MEMBER_DELETE = "/home-wisdom/app/child/account/delete"; |
| | | //电站授权安装商 |
| | | public static final String C_POST_HOME_UPDATEDEBUGPERM = "/home-wisdom/app/home/updateDebugPerm"; |
| | | |
| | | //下载子账号头像 |
| | | 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"; |
| | | |
| | | //endregion |
| | | //endregion |