正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -38,7 +38,7 @@ class TestController extends BaseController | @@ -38,7 +38,7 @@ class TestController extends BaseController | ||
| 38 | public function NoSixProject(){ | 38 | public function NoSixProject(){ |
| 39 | $res_data = []; | 39 | $res_data = []; |
| 40 | $i = 1; | 40 | $i = 1; |
| 41 | - while ($i < 2){ | 41 | + while ($i < 5){ |
| 42 | $url = 'https://quanqiusou.cn/extend_api/api/projects.php?page='.$i.'&pagesize=1'; | 42 | $url = 'https://quanqiusou.cn/extend_api/api/projects.php?page='.$i.'&pagesize=1'; |
| 43 | $result = http_get($url); | 43 | $result = http_get($url); |
| 44 | $data = $result['data']; | 44 | $data = $result['data']; |
-
请 注册 或 登录 后发表评论