puzhibing
2023-12-08 68bb0f6874b7562e3e13d7312c74c1469bca468f
UserIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/IUserInfoService.java
@@ -80,7 +80,7 @@
    ResultUtil<LoginWarpper> wxIsLogin( String jscode) throws Exception;
    ResultUtil<LoginWarpper> wxIsLogin(Integer language, String jscode) throws Exception;
    /**
@@ -90,7 +90,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 +142,7 @@
     * @return
     * @throws Exception
     */
    Map<String, Object> queryUserInfo(Integer uid) throws Exception;
    Map<String, Object> queryUserInfo(Integer language, Integer uid) throws Exception;
    /**
@@ -151,7 +151,7 @@
     * @return
     * @throws Exception
     */
    Map<String, Object> queryUser(String phone) throws Exception;
    Map<String, Object> queryUser(Integer language, String phone) throws Exception;
    /**
@@ -249,4 +249,5 @@
     * @return
     */
    Integer queryLanguage(Integer uid, Integer language);
}