--9.18
This commit is contained in:
@@ -23,10 +23,13 @@ public interface MyUserService extends IService<MyUserEntity> {
|
||||
PageUtils queryPage(Map<String, Object> params);
|
||||
|
||||
void sendCodeForRegister(String phone, String code) throws Exception;
|
||||
|
||||
//电子书鉴权
|
||||
boolean bookAuthenticate(Integer bookId,Integer userId);
|
||||
//电子书鉴权
|
||||
boolean bookAuthenti(Integer bookId,Integer userId);
|
||||
|
||||
|
||||
//电子书针对听书鉴权
|
||||
boolean bookAuthen(Integer bookId,Integer userId);
|
||||
|
||||
|
||||
//会员开通 电话 开通 期限
|
||||
boolean openMember(Integer customerId,Integer openMonth);
|
||||
@@ -39,6 +42,6 @@ public interface MyUserService extends IService<MyUserEntity> {
|
||||
//第三方微信登录
|
||||
R getUserInfoByApp(UserAppAuthorEntity userAppAuthorEntity);
|
||||
|
||||
boolean bookEbookBuy(Integer bookid,Integer userId);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user