| | |
| | | |
| | | |
| | | /** |
| | | * facebook登录 |
| | | * @param id |
| | | * @param name |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | ResultUtil facebookLogin(String id, String name, String email, String registAreaCode, Integer uid) throws Exception; |
| | | |
| | | |
| | | /** |
| | | * 忘记密码的操作 |
| | | * @param phone |
| | | * @param code |
| | |
| | | * @throws Exception |
| | | */ |
| | | ResultUtil bindingPhone(Integer uid, String phone, String code) throws Exception; |
| | | |
| | | |
| | | /** |
| | | * 绑定邮箱 |
| | | * @param email |
| | | * @param code |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | ResultUtil bindingEmail(Integer uid, Integer type, String email, String code) throws Exception; |
| | | |
| | | |
| | | |
| | | |
| | | /** |
| | |
| | | |
| | | |
| | | Integer getAppOpenInfo(Integer type); |
| | | |
| | | |
| | | /** |
| | | * 获取语言环境 |
| | | * @param uid |
| | | * @param language |
| | | * @return |
| | | */ |
| | | Integer queryLanguage(Integer uid, Integer language); |
| | | } |