This commit is contained in:
wangjinlei
2023-11-28 09:03:55 +08:00
parent 7b7782de17
commit 560d1708d0
3 changed files with 28 additions and 1 deletions

View File

@@ -45,6 +45,8 @@ public interface MyUserService extends IService<MyUserEntity> {
//第三方微信登录
R getUserInfoByApp(UserAppAuthorEntity userAppAuthorEntity);
boolean checkUserBook(Integer userId,Integer bookId);
}