seven 1 week ago
parent
commit
04c84632a5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/Services/IssueService.php

+ 1 - 0
app/Services/IssueService.php

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