|
@@ -278,8 +278,10 @@ class BetService extends BaseService
|
|
|
$text .= "下注成功\n";
|
|
$text .= "下注成功\n";
|
|
|
$msg['text'] = $text;
|
|
$msg['text'] = $text;
|
|
|
|
|
|
|
|
|
|
+ $lastStr = self::getLastChar($userInfo->first_name,1);
|
|
|
|
|
+
|
|
|
$groupText = "";
|
|
$groupText = "";
|
|
|
- $groupText .= "私聊下注 【xxxxxx】 \n";
|
|
|
|
|
|
|
+ $groupText .= "私聊下注 【xxxxxx".$lastStr."】 \n";
|
|
|
$groupText .= "下注期数:{$issueInfo->issue_no} \n";
|
|
$groupText .= "下注期数:{$issueInfo->issue_no} \n";
|
|
|
$groupText .= "下注内容: \n";
|
|
$groupText .= "下注内容: \n";
|
|
|
$groupText .= "----------- \n";
|
|
$groupText .= "----------- \n";
|