| | |
| | | * @param code |
| | | * @return |
| | | */ |
| | | ResultUtil<LoginWarpper> captchaLogin(String phone, String code, String registIp, String registAreaCode,String loginType) throws Exception; |
| | | ResultUtil<LoginWarpper> captchaLogin(String phone, String code, String registIp, String registAreaCode,String loginType |
| | | ,Integer uid,Integer userType) throws Exception; |
| | | |
| | | /** |
| | | * 手机一键登录 |
| | |
| | | * @param registAreaCode 当前定位区县行政编号(6位) |
| | | * @return |
| | | */ |
| | | ResultUtil<LoginWarpper> wxLogin(Integer type, String openid, String unionid, String jscode, String registIp, String registAreaCode, Integer sex, String nickName, String avatar,String loginType) throws Exception; |
| | | ResultUtil<LoginWarpper> wxLogin(Integer type, String openid, String unionid, String jscode, String registIp, String registAreaCode, Integer sex, String nickName, String avatar,String loginType |
| | | ,Integer uid ,Integer userType,String phone |
| | | ) throws Exception; |
| | | |
| | | |
| | | /** |
| | |
| | | * @throws Exception |
| | | */ |
| | | ResultUtil phoneLoginBindingWeChat(Integer userId, String jscode) throws Exception; |
| | | |
| | | UserInfo generateCode(UserInfo userInfo); |
| | | } |