|
|
@@ -348,7 +348,7 @@ class BetService extends BaseService
|
|
|
}
|
|
|
|
|
|
|
|
|
- $text .= "{$keywords}{$amount}";
|
|
|
+ $text .= "{$keywords} {$amount}";
|
|
|
|
|
|
|
|
|
// $lastStr = self::getLastChar($userInfo->first_name, 1);
|
|
|
@@ -363,7 +363,7 @@ class BetService extends BaseService
|
|
|
$groupText .= lang('下注期数') . ":{$issueInfo->issue_no} \n";
|
|
|
$groupText .= lang("下注内容") . ": \n";
|
|
|
$groupText .= "----------- \n";
|
|
|
- $groupText .= "{$keywords}{$amount} \n";
|
|
|
+ $groupText .= "{$keywords} {$amount} \n";
|
|
|
$groupText .= "----------- \n";
|
|
|
App::setLocale($lang);
|
|
|
|