TASK:AiDA
This commit is contained in:
@@ -201,5 +201,9 @@ public interface AccountService extends IService<Account> {
|
||||
|
||||
Account accountDetail(Long id);
|
||||
|
||||
GoogleUser parseGoogleCredential(String credential);
|
||||
AccountLoginVO parseGoogleCredential(String credential);
|
||||
|
||||
AccountLoginVO parseWeChatCode(String code);
|
||||
|
||||
AccountLoginVO getAccountDetail();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user