seven 1 week ago
parent
commit
2a1ee0a48b
1 changed files with 1 additions and 0 deletions
  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);
     }
 }