TASK:谷歌登录
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
package com.ai.da.service;
|
||||
|
||||
import com.ai.da.common.response.PageBaseResponse;
|
||||
import com.ai.da.mapper.primary.entity.Account;
|
||||
import com.ai.da.mapper.primary.entity.GoogleUser;
|
||||
import com.ai.da.mapper.primary.entity.TrialOrder;
|
||||
import com.ai.da.model.dto.*;
|
||||
import com.ai.da.model.vo.AccountLoginVO;
|
||||
@@ -186,4 +188,18 @@ public interface AccountService extends IService<Account> {
|
||||
String googleCallback(String code, HttpSession session);
|
||||
|
||||
List<String> getPaidCustomerEmail();
|
||||
|
||||
AccountLoginVO enterpriseLogin(AccountLoginDTO accountDTO);
|
||||
|
||||
AccountLoginVO schoolLogin(AccountLoginDTO accountDTO);
|
||||
|
||||
Boolean addSubAccount(AddSubAccountDTO addSubAccountDTO);
|
||||
|
||||
Boolean deleteSubAccount(AddSubAccountDTO addSubAccountDTO);
|
||||
|
||||
PageBaseResponse<Account> subAccountList(SubAccountPageDTO subAccountPageDTO);
|
||||
|
||||
Account accountDetail(Long id);
|
||||
|
||||
GoogleUser parseGoogleCredential(String credential);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user