TASK:AiDA

This commit is contained in:
shahaibo
2024-12-11 16:21:18 +08:00
parent 2ac54a50ec
commit 82f7571612
5 changed files with 107 additions and 26 deletions

View File

@@ -209,7 +209,7 @@ public interface AccountService extends IService<Account> {
AccountLoginVO getAccountDetail();
AccountLoginVO bindGoogle(String credential);
Boolean bindGoogle(String credential);
AccountLoginVO bindWeChat(String code);
Boolean bindWeChat(String code);
}