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);
     }
 }