|
@@ -828,6 +828,9 @@ class ChapterController extends BaseController
|
|
|
return false;
|
|
|
}
|
|
|
|
|
|
+ if(in_array($this->distribution_channel_id,[166])){
|
|
|
+ return ['error_type' => 'WAP_NOT_SUBSCRIBE', 'data' => ['src' => 'http://a.veiyouw.com/replace/uSMJS5Pa1550310949446']];
|
|
|
+ }
|
|
|
//如果是链接强关,则跳转
|
|
|
$sub_type = $this->getSubscribeType($officialAccount->appid, $this->book_info->bid);
|
|
|
|