puzhibing
2022-09-29 e28d33c09405e246a2d75fcb1f69a9e8e9d911b8
UserIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/IUserInfoService.java
@@ -80,6 +80,16 @@
    /**
     * 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
@@ -99,6 +109,18 @@
     * @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;
    /**
@@ -215,4 +237,13 @@
    Integer getAppOpenInfo(Integer type);
    /**
     * 获取语言环境
     * @param uid
     * @param language
     * @return
     */
    Integer queryLanguage(Integer uid, Integer language);
}