|
@@ -180,11 +180,11 @@ class ChapterController extends BaseController
|
|
|
}else{
|
|
|
$res = false;
|
|
|
}
|
|
|
- if ($res) {
|
|
|
+ if (!$res) {
|
|
|
ReadRecordService::delReadRecordStatic($this->uid,[$bid]);
|
|
|
+ return response()->error('QAPP_OFF_SHELF');
|
|
|
}
|
|
|
}
|
|
|
- return response()->error('QAPP_OFF_SHELF');
|
|
|
}
|
|
|
|
|
|
//wutong,wutong2,wutong3下所有内容都不放快应用
|