Browse Source

Merge branch 'stabble' of iqiyoo:zhuishuyun_wap into stabble

zz 6 năm trước cách đây
mục cha
commit
3a5f13410f
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      app/Http/Controllers/Wap/User/CoflController.php

+ 2 - 0
app/Http/Controllers/Wap/User/CoflController.php

@@ -306,6 +306,8 @@ class CoflController extends Controller
         if($friend_link_uid_bind) {
             $user = User::where('id',$friend_link_uid_bind->uid)->select('id','distribution_channel_id')->first();
             if($user) {
+                \Log::info('user;'.json_encode($user));
+
                 return [$user->id,$user->distribution_channel_id];
             }
         }