| | |
| | | /***************用户管理***************/ |
| | | //获取账号所在区域 |
| | | public static final String POST_RegionByAccount = "/smart-footstone/region/regionByUserAccount"; |
| | | //登录接口 |
| | | //登录接口(B端) |
| | | public static final String POST_LOGIN = "/smart-footstone/user/oauth/login"; |
| | | //登录接口(C端) |
| | | public static final String C_POST_LOGIN = "/smart-footstone/member/oauth/login"; |
| | | //发送消息验证码 |
| | | public static final String POST_VERIFICATION_CODE_SEND= "/smart-footstone/verification/message/send"; |
| | | //用户找回密码 忘记密码,通过邮箱和手机号找回 |
| | |
| | | /***************项目管理***************/ |
| | | /** |
| | | * 获取完整的请求地址 |
| | | * |
| | | * @param api |
| | | * @return |
| | | */ |
| | | public static String getRequestUrl(String api){ |
| | | return HDLLinkPMUser.getInstance().getUserRegionUrl() + api; |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | /***************模板管理***************/ |