mirror of
https://gitee.com/bookshelfplus/bookshelfplus
synced 2025-09-21 01:10:39 +08:00
后端获取用户绑定第三方平台接口完成
This commit is contained in:
@@ -67,4 +67,11 @@ public interface ThirdPartyUserDOMapper {
|
||||
* @return
|
||||
*/
|
||||
Integer getLastInsertId();
|
||||
|
||||
/**
|
||||
* 获取用户登录的所有第三方平台信息
|
||||
* @param userId
|
||||
* @return
|
||||
*/
|
||||
ThirdPartyUserDO[] getUserBindThirdParties(Integer userId);
|
||||
}
|
Reference in New Issue
Block a user