|
@@ -23,8 +23,8 @@ class CrmUser
|
|
|
$channel_id = Cookie::get('crm_channel_id');
|
|
|
$this->setUserGlobal($uid, $channel_id);
|
|
|
} else {
|
|
|
- // $this->setUserGlobal(109861820, 0);
|
|
|
$openid = $request->get('openid');
|
|
|
+ // $openid = 'oHhd20YbxxOZ34ahoE7ZrX8M8O2c';
|
|
|
$params = $request->except('_url');
|
|
|
if (empty($openid)) {
|
|
|
$url = url()->current() . '?' . http_build_query($params);
|