seven 2 tuần trước cách đây
mục cha
commit
b71a2a7a5f
1 tập tin đã thay đổi với 9 bổ sung0 xóa
  1. 9 0
      app/Services/BetService.php

+ 9 - 0
app/Services/BetService.php

@@ -854,6 +854,15 @@ class BetService extends BaseService
                 $text .= "派彩金额:{$profit} \n";
                 $text .= "盈亏金额:{$yl} \n";
                 $text .= "-------------------------------- \n";
+
+                $text2 = "{$issue_no}期开奖结果 \n";
+                $text2 .= "下注类型:[".implode(',', $v['keywords'])."] \n";
+                $text2 .= "中奖类型:[".implode(',', $v['openKeywords'])."] \n";
+                $text2 .= "投注金额:{$amount} \n";
+                $text2 .= "中奖金额:{$v['win_amount']} \n";
+                $text2 .= "派彩金额:{$profit} \n";
+                $text2 .= "盈亏金额:{$yl} \n";
+                self::sendMessage($v['member_id'],$text2);
             // }else{
             //     $text .= "会员下注 【" . $v['lastStr'] . "】 {$amount} 0 -{$amount}\n";
             // }