소스 검색

会员升级

Kirin 1 년 전
부모
커밋
3726003a55
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app/controller/api/v1/PublicController.php

+ 1 - 0
app/controller/api/v1/PublicController.php

@@ -72,6 +72,7 @@ class PublicController extends BaseController
 
     public function test()
     {
+        set_time_limit(0);
         $list = UserIntegral::where('type', 0)->where('status', 0)->order('add_time', 'asc')->select();
         echo '原消费分共' . count($list) . '条' . '<br>';
         $last_time = 0;