Browse Source

会员升级

Kirin 1 year ago
parent
commit
11a54551c6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/services/user/UserAwardIntegralServices.php

+ 1 - 1
app/services/user/UserAwardIntegralServices.php

@@ -227,7 +227,7 @@ class UserAwardIntegralServices extends BaseServices
         } else {
             $dump = '用户' . $uid . $mark . '补' . $inc_integral;
         }
-        echo $dump . PHP_EOL;
+        @file_put_contents('add', $dump . PHP_EOL, FILE_APPEND);
 //        return $this->dao->save([
 //            'uid' => $uid,
 //            'type' => $type == 1 ? 1 : 0,