打开图鉴功能

back_recharge
lvxinran 2021-08-04 17:50:20 +08:00
parent 8f49866e06
commit 0de9a4ee30
1 changed files with 1 additions and 2 deletions

View File

@ -23,7 +23,6 @@ public class AllBookEnableHandler extends BaseHandler<HeroInfoProto.AllBookEnabl
@Override @Override
public void processWithProto(ISession iSession, HeroInfoProto.AllBookEnableRequest proto) throws Exception { public void processWithProto(ISession iSession, HeroInfoProto.AllBookEnableRequest proto) throws Exception {
throw new ErrorCodeException(ErrorCode.SERVER_SELF_DEFINE); HeroLogic.getInstance().AllBookEnable(iSession,proto.getBookId(),MessageTypeProto.MessageType.ALL_BOOK_ENABLE_REPONSE);
// HeroLogic.getInstance().AllBookEnable(iSession,proto.getBookId(),MessageTypeProto.MessageType.ALL_BOOK_ENABLE_REPONSE);
} }
} }