Pu Zhibing
2025-05-16 4c99ee7028c3fe58a2cd4b8273b22c75c45574fc
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);
}