| | |
| | | //登录接口 |
| | | 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_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 POST_GET_USER_LIST = "/smart-footstone/user/userInfo/getUserList"; |
| | | //获取用户个人信息 C端 |
| | | public static final String POST_GET_MEMBER_INFO= "/smart-footstone/member/memberInfo/getMemberInfo"; |
| | | public static final String POST_GET_MEMBER_INFO = "/smart-footstone/member/memberInfo/getMemberInfo"; |
| | | //更新个人信息 C端 |
| | | public static final String POST_UPDATE_MEMBER_INFO = "/smart-footstone/member/memberInfo/updateMemberInfo"; |
| | | //上传图片 |