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