mirror of
https://gitee.com/bookshelfplus/bookshelfplus
synced 2025-09-14 20:41:38 +08:00
Gitee授权登录成功
This commit is contained in:
@@ -15,4 +15,14 @@ public interface ThirdPartyUserService {
|
||||
*/
|
||||
@Transactional
|
||||
UserModel loginCallback(AuthResponse authResponse) throws BusinessException;
|
||||
|
||||
|
||||
/**
|
||||
* 个人账号中心绑定第三方账号回调函数
|
||||
* @param authResponse
|
||||
* @throws BusinessException
|
||||
* @return
|
||||
*/
|
||||
@Transactional
|
||||
Boolean bindThirdPartAccountCallback(AuthResponse authResponse, String token) throws BusinessException;
|
||||
}
|
||||
|
Reference in New Issue
Block a user