Browse Source

用户注册取消上报

wangzq 2 years ago
parent
commit
f3e7f87597
1 changed files with 3 additions and 3 deletions
  1. 3 3
      app/Modules/User/Services/QappUserService.php

+ 3 - 3
app/Modules/User/Services/QappUserService.php

@@ -276,10 +276,10 @@ class QappUserService
 
             // 同步数据
             $user->channel_id = $user->distribution_channel_id;
-            ReportService::reportRegister($user);
+            // ReportService::reportRegister($user); // 取消上报
         }catch (Exception $exception){
-            \Log::info('login_fail_user_syncHandle_error_data:',$data);
-            \Log::info('login_fail_user_syncHandle_error_msg:'.$exception->getMessage());
+            // \Log::info('login_fail_user_syncHandle_error_data:',$data);
+            // \Log::info('login_fail_user_syncHandle_error_msg:'.$exception->getMessage());
         }
     }