TASK:谷歌微信快捷区分登录注册;

This commit is contained in:
shahaibo
2025-02-05 12:04:53 +08:00
parent 9fb8bc989d
commit cf76235123
3 changed files with 110 additions and 82 deletions

View File

@@ -206,9 +206,9 @@ public interface AccountService extends IService<Account> {
Account accountDetail(Long id);
AccountLoginVO parseGoogleCredential(String credential);
AccountLoginVO parseGoogleCredential(String credential, Integer type);
AccountLoginVO parseWeChatCode(String code);
AccountLoginVO parseWeChatCode(String code, Integer type);
AccountLoginVO getAccountDetail();