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