| | |
| | | |
| | | //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 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"; |
| | | //更改个人密码 |