소스 검색

change:开放次留回传;

Wang Chen 4 년 전
부모
커밋
7cdcd0d9f9
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      app/Modules/Report/Services/ReportService.php

+ 2 - 1
app/Modules/Report/Services/ReportService.php

@@ -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);
         }