|
@@ -577,6 +577,7 @@ class IssueService extends BaseService
|
|
$url = "https://ydpc28.co/api/pc28/list";
|
|
$url = "https://ydpc28.co/api/pc28/list";
|
|
$result = file_get_contents($url);
|
|
$result = file_get_contents($url);
|
|
$result = json_decode($result,true);
|
|
$result = json_decode($result,true);
|
|
|
|
+ var_dump($result['data']);
|
|
return $result;
|
|
return $result;
|
|
}
|
|
}
|
|
}
|
|
}
|