Ken 2 周之前
父节点
当前提交
3d44e04a3c
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/Services/BetService.php

+ 1 - 0
app/Services/BetService.php

@@ -1159,6 +1159,7 @@ class BetService extends BaseService
             if ($v['is_send']) {
                 $text2 = lang("{issue_no}期开奖结果");
                 $text2 = str_replace("{issue_no}", $issue_no, $text2);
+                $text2 .="\n";
                 $text2 .= lang('下注类型') . ":[" . implode(',', $v['keywords']) . "] \n";
                 $text2 .= lang('中奖类型') . ":[" . $openKeyword . "] \n";
                 $text2 .= lang('投注金额') . ":{$amount} \n";