style: 优化社交身份认证注释为三方账号认证

This commit is contained in:
2023-10-20 22:24:41 +08:00
parent a1ccc421c4
commit d9af44f9fa
6 changed files with 14 additions and 14 deletions

View File

@@ -42,10 +42,10 @@ public interface LoginService {
String login(String username, String password);
/**
* 社交身份登录
* 三方账号登录
*
* @param authUser
* 社交身份信息
* 三方账号信息
* @return 令牌
*/
String socialLogin(AuthUser authUser);

View File

@@ -62,7 +62,7 @@ public interface UserSocialService {
* 绑定
*
* @param authUser
* 社交身份信息
* 三方账号信息
* @param userId
* 用户 ID
*/