seven 2 週間 前
コミット
698c6a81e9
1 ファイル変更2 行追加1 行削除
  1. 2 1
      app/Services/BetService.php

+ 2 - 1
app/Services/BetService.php

@@ -732,7 +732,8 @@ class BetService extends BaseService
                 $text2 .= "中奖金额:{$v['win_amount']} \n";
                 $text2 .= "派彩金额:{$profit} \n";
                 $text2 .= "盈亏金额:{$yl} \n";
-                self::sendMessage($v['member_id'],$text2);
+                SendTelegramMessageJob::dispatch($v['member_id'],$text2);
+                // self::sendMessage($v['member_id'],$text2);
             // }else{
             //     $text .= "会员下注 【" . $v['lastStr'] . "】 {$amount} 0 -{$amount}\n";
             // }