浏览代码

会员升级

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;