|
@@ -1029,7 +1029,7 @@ class ChapterController extends BaseController
|
|
|
//签过到了
|
|
|
return 0;
|
|
|
}
|
|
|
- if(in_array($this->distribution_channel_id,explode(',',redisEnv('NEW_SIGN_CHANNELS',''))))
|
|
|
+ if(in_array($this->distribution_channel_id,explode(',',redisEnv('NEW_SIGN_CHANNELS','')))){
|
|
|
$version = UserSignService::getUserSignVersion($this->uid);
|
|
|
}else{
|
|
|
$version = 'v1';
|