seven 2 tuần trước cách đây
mục cha
commit
7bfb7b1aa4
1 tập tin đã thay đổi với 3 bổ sung2 xóa
  1. 3 2
      app/Http/Controllers/admin/Wallet.php

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

@@ -277,8 +277,9 @@ class Wallet extends Controller
         // $url = "https://ydpc28.co/api/pc28/list";
         // $result = file_get_contents($url);
         // $result = json_decode($result,true);
-        $awards = IssueService::award([7,7,7]);
-        $result = BetService::betSettled2('3350799',$awards);
+        // $awards = IssueService::award([7,7,7]);
+        // $result = BetService::betSettled2('3350799',$awards);
+        $result = IssueService::sendLotteryImage($memberId, 3356000);
         echo "<pre>";
         var_dump($result);
     }