|
@@ -407,7 +407,7 @@ class ChapterController extends BaseController
|
|
|
$this->is_paid &&
|
|
|
($this->chapter->sequence == 2 || $this->chapter->sequence == 8)&&
|
|
|
!UserBindHkWelfareService::isHasGet($this->uid) &&
|
|
|
- ForceGuidePersonAccountService::isShow($this->uid)
|
|
|
+ ForceGuidePersonAccountService::isShow($this->uid,$bid,$cid)
|
|
|
){
|
|
|
return response()->error('WAP_DOMAIN_NOT_MATCH', [
|
|
|
'url' => sprintf('/force/guide?bid=%s&cid=%s&book_name',$this->en_bid,$cid,$book_info->book_name)
|