TASK:谷歌微信快捷区分登录注册;
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user