| | |
| | | |
| | | public class HttpApi { |
| | | //region -----用户管理--------- |
| | | /** |
| | | * B端接口 |
| | | */ |
| | | //获取账号区域信息 |
| | | public static final String POST_RegionByUserAccount = "/smart-footstone/region/regionByUserAccount"; |
| | | //登录接口 |
| | | public static final String POST_Login = "/smart-footstone/user/oauth/login"; |
| | | //发送消息验证码 |
| | | public static final String POST_VERIFICATION_CODE_SEND = "/smart-footstone/verification/message/send"; |
| | | //用户找回密码 忘记密码,通过邮箱和手机号找回 |
| | | public static final String POST_FORGET_PROGRAM_PWD = "/smart-footstone/user/oauth/forgetProgramPwd"; |
| | | 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_UPDATE_PROGRAM_PASSWORD = "/smart-footstone/user/userInfo/updateProgramPassword"; |
| | | //获取员工列表 |
| | |
| | | //查询图片路径 |
| | | public static final String POST_GET_IMAGE_URL = "/home-wisdom/app/images/get_image_url"; |
| | | //退出登录 |
| | | public static final String POST_GET_IMAGE_LOGOUT = "basis-footstone/mgmt/user/oauth/logout"; |
| | | public static final String POST_GET_IMAGE_LOGOUT = "/basis-footstone/mgmt/user/oauth/logout"; |
| | | /** |
| | | * C端接口 |
| | | */ |
| | | //退出登录 |
| | | public static final String C_POST_GET_OAUTH_REGISTER = "/smart-footstone/member/oauth/register"; |
| | | //用户找回密码 忘记密码,通过邮箱和手机号找回 |
| | | public static final String C_POST_FORGET_PROGRAM_PWD = "/smart-footstone/member/oauth/forgetPwd"; |
| | | |
| | | |
| | | //endregion |
| | | //region -----电站管理(住宅)--------- |
| | | //电站列表 |
| | |
| | | public static final String POST_PowerStation_Info = "/home-wisdom/app/powerStation/info"; |
| | | //电站编辑 |
| | | public static final String POST_PowerStation_Edit = "/home-wisdom/app/powerStation/edit"; |
| | | //endregion |
| | | //endregion |
| | | |
| | | //region -----设备管理--------- |
| | | //添加逆变器 |