TASK:AiDA
This commit is contained in:
@@ -2,6 +2,7 @@ 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.AccountExtend;
|
||||
import com.ai.da.mapper.primary.entity.GoogleUser;
|
||||
import com.ai.da.mapper.primary.entity.TrialOrder;
|
||||
import com.ai.da.model.dto.*;
|
||||
@@ -210,9 +211,9 @@ public interface AccountService extends IService<Account> {
|
||||
|
||||
AccountLoginVO getAccountDetail();
|
||||
|
||||
Boolean bindGoogle(String credential);
|
||||
AccountExtend bindGoogle(String credential);
|
||||
|
||||
Boolean bindWeChat(String code);
|
||||
AccountExtend bindWeChat(String code);
|
||||
|
||||
Boolean unbindWeChat();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user