seven 1 주 전
부모
커밋
2a1ee0a48b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app/Http/Controllers/admin/Wallet.php

+ 1 - 0
app/Http/Controllers/admin/Wallet.php

@@ -266,6 +266,7 @@ class Wallet extends Controller
         $url = "https://ydpc28.co/api/pc28/list";
         $result = file_get_contents($url);
         $result = json_decode($result,true);
+        echo "<pre>";
         var_dump($result);
     }
 }