|
|
@@ -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";
|