seven 2 달 전
부모
커밋
c11f4bcc83
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  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);
     }
 }