1
0
mirror of https://gitee.com/bookshelfplus/bookshelfplus synced 2025-09-21 01:10:39 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

后端获取用户绑定第三方平台接口完成

This commit is contained in:
2022-04-04 22:18:06 +08:00
parent 48f01a0024
commit 9fa00a2788
7 changed files with 99 additions and 12 deletions

View File

@@ -67,4 +67,11 @@ public interface ThirdPartyUserDOMapper {
* @return
*/
Integer getLastInsertId();
/**
* 获取用户登录的所有第三方平台信息
* @param userId
* @return
*/
ThirdPartyUserDO[] getUserBindThirdParties(Integer userId);
}