|
@@ -473,10 +473,10 @@ class BetService extends BaseService
|
|
|
App::setLocale($group_language);
|
|
App::setLocale($group_language);
|
|
|
$groupText = lang('会员下注') . " 【" . $lastStr . "】 \n";
|
|
$groupText = lang('会员下注') . " 【" . $lastStr . "】 \n";
|
|
|
$groupText .= lang('下注期数') . ":{$issueInfo->issue_no} \n";
|
|
$groupText .= lang('下注期数') . ":{$issueInfo->issue_no} \n";
|
|
|
- $groupText .= lang('下注内容') . ": \n";
|
|
|
|
|
- $groupText .= "----------- \n";
|
|
|
|
|
- $groupText .= "{$input} \n";
|
|
|
|
|
- $groupText .= "----------- \n";
|
|
|
|
|
|
|
+ $groupText .= lang('下注内容') . ":{$input} \n";
|
|
|
|
|
+// $groupText .= "----------- \n";
|
|
|
|
|
+// $groupText .= "{$input} \n";
|
|
|
|
|
+// $groupText .= "----------- \n";
|
|
|
App::setLocale($lang);
|
|
App::setLocale($lang);
|
|
|
|
|
|
|
|
if (strtotime($issueInfo['end_time']) - strtotime($now_date) < 22) {
|
|
if (strtotime($issueInfo['end_time']) - strtotime($now_date) < 22) {
|