puzhibing
2024-02-07 c10d5e4a97c28e10cd8d5aa2068194e4617a03e7
UserIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/IUserInfoService.java
@@ -18,7 +18,7 @@
     * @param phone
     * @return
     */
    ResultUtil queryCaptcha(String phone, Integer type) throws Exception;
    ResultUtil queryCaptcha(String phone, Integer type, Integer language) throws Exception;
    /**
@@ -44,6 +44,8 @@
    ResultUtil<LoginWarpper> captchaLogin(String phoneOperator, String phone, String code, Integer uid, Integer type, Integer userType, Integer language) throws Exception;
    /**
@@ -80,7 +82,7 @@
    ResultUtil<LoginWarpper> wxIsLogin( String jscode) throws Exception;
    ResultUtil<LoginWarpper> wxIsLogin(Integer language, String jscode) throws Exception;
    /**
@@ -90,7 +92,7 @@
     * @return
     * @throws Exception
     */
    ResultUtil facebookLogin(String id, String name, String email, Double lat, Double lng, Integer uid, Integer language) throws Exception;
    ResultUtil facebookLogin(String id, String name, String email, Double lat, Double lng, Integer uid, Integer language,int type) throws Exception;
    /**
@@ -142,7 +144,7 @@
     * @return
     * @throws Exception
     */
    Map<String, Object> queryUserInfo(Integer uid) throws Exception;
    Map<String, Object> queryUserInfo(Integer language, Integer uid) throws Exception;
    /**
@@ -151,7 +153,7 @@
     * @return
     * @throws Exception
     */
    Map<String, Object> queryUser(String phone) throws Exception;
    Map<String, Object> queryUser(Integer language, String phone) throws Exception;
    /**
@@ -249,4 +251,5 @@
     * @return
     */
    Integer queryLanguage(Integer uid, Integer language);
}