소스 검색

会员升级

Kirin 1 년 전
부모
커밋
11a54551c6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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,