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