Ken 5 days ago
parent
commit
6b739e71f3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/Controllers/admin/Bet.php

+ 1 - 1
app/Http/Controllers/admin/Bet.php

@@ -41,7 +41,7 @@ class Bet extends Controller
     // 模拟下注
     // 模拟下注
     public function fake()
     public function fake()
     {
     {
-//        BetService::randomVirtualBetting(3);
+        BetService::randomVirtualBetting(3);
         return $this->success();
         return $this->success();
     }
     }