|
@@ -122,9 +122,9 @@ class ReadOauth
|
|
|
$back = $request->get('back', '');
|
|
|
if ($openid && $appid && $distribution_channel_id && $uid_cookie) {
|
|
|
$this->apidAndOpenId($distribution_channel_id, $appid, $openid, $uid_cookie, $uri_send_order_id);
|
|
|
- $channel = ChannelService::getById($distribution_channel_id);
|
|
|
- $is_yq_move = $this->isQyMove($channel, $distribution_channel_id);
|
|
|
- if ($is_yq_move) {
|
|
|
+ //$channel = ChannelService::getById($distribution_channel_id);
|
|
|
+ //$is_yq_move = $this->isQyMove($channel, $distribution_channel_id);
|
|
|
+ /*if ($is_yq_move) {
|
|
|
$move_user = YqMove::where('zsy_uid', $uid_cookie)->select('zsy_uid')->first();
|
|
|
if (!$move_user) {
|
|
|
if (!$back) {
|
|
@@ -141,7 +141,7 @@ class ReadOauth
|
|
|
}
|
|
|
$this->moveUserFromYq($distribution_channel_id, $appid, $openid, $uid_cookie);
|
|
|
}
|
|
|
- }
|
|
|
+ }*/
|
|
|
}
|
|
|
}
|
|
|
/*//云栖测试
|