seven 2 ماه پیش
والد
کامیت
a78804027f
1فایلهای تغییر یافته به همراه6 افزوده شده و 2 حذف شده
  1. 6 2
      app/Services/BetService.php

+ 6 - 2
app/Services/BetService.php

@@ -577,7 +577,8 @@ class BetService extends BaseService
         $data = [];
         $text = $issue_no . "期开奖结果 \n";
         $text .= "-----本期开奖账单----- \n";
-        $text .=" 中奖类型 用户 投注金额 中奖金额 盈亏 \n";
+        $text .= "\n";
+        // $text .=" 中奖类型 用户 投注金额 中奖金额 盈亏 \n";
         $betNoticeNum = Config::where('field', 'bet_notice_num')->first()->val;
         $betNoticeNum = explode(',', $betNoticeNum);
         $betNoticeMini = $betNoticeNum[0] ?? 26;
@@ -700,6 +701,7 @@ class BetService extends BaseService
                 $text .= "投注金额:{$amount} \n";
                 $text .= "中奖金额:{$v['win_amount']} \n";
                 $text .= "派彩金额:{$profit} \n";
+                $text .= "-------------------------------- \n";
             // }else{
             //     $text .= "会员下注 【" . $v['lastStr'] . "】 {$amount} 0 -{$amount}\n";
             // }
@@ -740,7 +742,8 @@ class BetService extends BaseService
         $data = [];
         $text = $issue_no . "期开奖结果 \n";
         $text .= "-----本期开奖账单----- \n";
-        $text .=" 中奖类型 用户 投注金额 中奖金额 盈亏 \n";
+        // $text .=" 中奖类型 用户 投注金额 中奖金额 盈亏 \n";
+        $text .= "\n";
         $betNoticeNum = Config::where('field', 'bet_notice_num')->first()->val;
         $betNoticeNum = explode(',', $betNoticeNum);
         $betNoticeMini = $betNoticeNum[0] ?? 26;
@@ -848,6 +851,7 @@ class BetService extends BaseService
                 $text .= "投注金额:{$amount} \n";
                 $text .= "中奖金额:{$v['win_amount']} \n";
                 $text .= "派彩金额:{$profit} \n";
+                $text .= "-------------------------------- \n";
             // }else{
             //     $text .= "会员下注 【" . $v['lastStr'] . "】 {$amount} 0 -{$amount}\n";
             // }