TASK:AiDA

This commit is contained in:
shahaibo
2024-12-11 14:21:29 +08:00
parent 5dd1e10b61
commit 2ac54a50ec
5 changed files with 47 additions and 2 deletions

View File

@@ -208,4 +208,8 @@ public interface AccountService extends IService<Account> {
AccountLoginVO parseWeChatCode(String code);
AccountLoginVO getAccountDetail();
AccountLoginVO bindGoogle(String credential);
AccountLoginVO bindWeChat(String code);
}