Browse Source

Merge branch 'kuaiyingyong' of iqiyoo:zhuishuyun_wap into zhucj

zhuchengjie 2 years ago
parent
commit
ba77501921
1 changed files with 7 additions and 7 deletions
  1. 7 7
      app/Modules/Report/Services/ReportService.php

+ 7 - 7
app/Modules/Report/Services/ReportService.php

@@ -53,13 +53,13 @@ class ReportService
         // 判断是否是次留回传
         // 判断是否是次留回传
         if ($registerYmd === $activeYmd && $todayYmd === $registerNextYmd) {
         if ($registerYmd === $activeYmd && $todayYmd === $registerNextYmd) {
             myLog('reportSActive')->info('', compact('uid', 'registerYmd'));
             myLog('reportSActive')->info('', compact('uid', 'registerYmd'));
-            self::report('/api/reportSActive', [
-                'uid'           => getProp($userCache, 'uid'),
-                'channel_id'    => getProp($userCache, 'channel_id'),
-                'register_time' => getProp($userCache, 'register_time'),
-                'active_time'   => getProp($userCache, 'active_time'),
-                'platform'      => 'zhuishuyun',
-            ]);
+//            self::report('/api/reportSActive', [
+//                'uid'           => getProp($userCache, 'uid'),
+//                'channel_id'    => getProp($userCache, 'channel_id'),
+//                'register_time' => getProp($userCache, 'register_time'),
+//                'active_time'   => getProp($userCache, 'active_time'),
+//                'platform'      => 'zhuishuyun',
+//            ]);
         }
         }
 
 
         // 更新用户活跃时间
         // 更新用户活跃时间