|
...
|
...
|
@@ -39,7 +39,7 @@ class TestController extends BaseController |
|
|
|
$res_data = [];
|
|
|
|
// $i = 1;
|
|
|
|
// while (true){
|
|
|
|
$url = 'https://quanqiusou.cn/extend_api/api/projects.php?page=200&pagesize=100';
|
|
|
|
$url = 'https://quanqiusou.cn/extend_api/api/projects.php?page=1&pagesize=100';
|
|
|
|
$result = http_get($url);
|
|
|
|
$data = $result['data'];
|
|
|
|
// if(empty($data)){
|
...
|
...
|
|