|
...
|
...
|
@@ -38,7 +38,7 @@ class TestController extends BaseController |
|
|
|
public function NoSixProject(){
|
|
|
|
$res_data = [];
|
|
|
|
$i = 1;
|
|
|
|
while ($i < 2){
|
|
|
|
while ($i < 5){
|
|
|
|
$url = 'https://quanqiusou.cn/extend_api/api/projects.php?page='.$i.'&pagesize=1';
|
|
|
|
$result = http_get($url);
|
|
|
|
$data = $result['data'];
|
...
|
...
|
|