TASK:AiDA

This commit is contained in:
shahaibo
2024-12-13 16:07:21 +08:00
parent 82f7571612
commit cdf29d2b0d
6 changed files with 188 additions and 19 deletions

View File

@@ -212,4 +212,8 @@ public interface AccountService extends IService<Account> {
Boolean bindGoogle(String credential);
Boolean bindWeChat(String code);
Boolean unbindWeChat();
Boolean unbindGoogle();
}