|
@@ -819,7 +819,9 @@ where bid in (%s) and is_on_shelf =2 ORDER by field(book_configs.bid,%s)', $bid
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- $data = ['code' => -3, 'read_url' => '/sign'];
|
|
|
+ $user_info = UserService::getById($friend_link_uid_bind[0]->uid);
|
|
|
+ $link = 'https://site'.encodeDistributionChannelId($user_info->distribution_channel_id).'.leyuee.com/sign';
|
|
|
+ $data = ['code' => -3, 'read_url' => $link];
|
|
|
return view('crm.crmPush', $data);
|
|
|
}
|
|
|
$property = UserDivisionCpcPropertyService::getUserPropertyV2($this->uid);
|