|
@@ -18,7 +18,7 @@ class ReportService
|
|
|
*/
|
|
|
public static function reportActive($uid)
|
|
|
{
|
|
|
- if (empty($uid) || (int)$uid !== 198678241) {
|
|
|
+ if (empty($uid)) {
|
|
|
return false;
|
|
|
}
|
|
|
|
|
@@ -52,6 +52,7 @@ class ReportService
|
|
|
|
|
|
// 判断是否是次留回传
|
|
|
if ($registerYmd === $activeYmd && $todayYmd === $registerNextYmd) {
|
|
|
+ myLog('reportSActive')->info('', compact('uid', 'registerYmd'));
|
|
|
self::report($userCache);
|
|
|
}
|
|
|
|