| | |
| | | ResultUtil<LoginWarpper> captchaLogin(String phoneOperator, String phone, String code, Integer uid, Integer type, Integer userType, Integer language) throws Exception; |
| | | |
| | | |
| | | |
| | | |
| | | /** |
| | | * 手机号码查询用户 |
| | | * @param phone |
| | |
| | | |
| | | |
| | | |
| | | ResultUtil<LoginWarpper> wxIsLogin( String jscode) throws Exception; |
| | | ResultUtil<LoginWarpper> wxIsLogin(Integer language, String jscode) throws Exception; |
| | | |
| | | |
| | | /** |
| | |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | Map<String, Object> queryUserInfo(Integer uid) throws Exception; |
| | | Map<String, Object> queryUserInfo(Integer language, Integer uid) throws Exception; |
| | | |
| | | |
| | | /** |
| | |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | Map<String, Object> queryUser(String phone) throws Exception; |
| | | Map<String, Object> queryUser(Integer language, String phone) throws Exception; |
| | | |
| | | |
| | | /** |