Selaa lähdekoodia

change:开放次留回传;

Wang Chen 4 vuotta sitten
vanhempi
commit
7cdcd0d9f9
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  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);
         }