|
@@ -2135,6 +2135,9 @@ class WelcomeController extends BaseController
|
|
|
where('created_at','>=',date('Y-m-d H:i:s',$guide_personal_account_start_time))
|
|
|
->select('id')
|
|
|
->first();
|
|
|
+ if($this->distribution_channel_id == 6887){
|
|
|
+ $charge = true;
|
|
|
+ }
|
|
|
if($charge){
|
|
|
if(!empty($other_crm[1])){
|
|
|
return ['title'=>'点击领取200书币>>','link'=>$other_crm[1]];
|