Ken 4 ngày trước cách đây
mục cha
commit
5777b55ede
1 tập tin đã thay đổi với 4 bổ sung4 xóa
  1. 4 4
      app/Services/BetService.php

+ 4 - 4
app/Services/BetService.php

@@ -996,11 +996,11 @@ class BetService extends BaseService
         $text = "{$issue_no} " . lang("期开奖结果");
         $text .= "\n-----" . lang("本期开奖账单") . "----- \n";
         App::setLocale($lang);
-
+        $m = new Message();
+        $m->json = json_encode(['a' => 'aaaaaaaaaaaaaaaaa', 'openList' => $openList]);
+        $m->save();
         foreach ($openList as $k => $v) {
-            $m = new Message();
-            $m->json = json_encode(['a' => 'aaaaaaaaaaaaaaaaa', 'openList' => $v]);
-            $m->save();
+
 
             $amount = number_format($v['amount'], 2);
             $v['win_amount'] = number_format($v['win_amount'], 2);