|
@@ -53,13 +53,13 @@ class ReportService
|
|
|
// 判断是否是次留回传
|
|
|
if ($registerYmd === $activeYmd && $todayYmd === $registerNextYmd) {
|
|
|
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',
|
|
|
+// ]);
|
|
|
}
|
|
|
|
|
|
// 更新用户活跃时间
|