seven 3 weeks ago
parent
commit
c11f4bcc83
1 changed files with 3 additions and 3 deletions
  1. 3 3
      app/Http/Controllers/admin/Wallet.php

+ 3 - 3
app/Http/Controllers/admin/Wallet.php

@@ -263,8 +263,8 @@ class Wallet extends Controller
         // $result = GameplayRuleService::validateInput('大100');
         // $result = IssueService::currentLotteryResults($memberId);
         // var_dump($result);
-        $url = "https://pc28668.com/?type=jnd28";
-        $html = file_get_contents($url);
-        echo $html;
+        $url = "https://ydpc28.co/api/pc28/list";
+        $result = file_get_contents($url);
+        var_dump($result);
     }
 }