|
|
@@ -135,7 +135,7 @@ class PcIssueService extends BaseService
|
|
|
if ($replyInfo) {
|
|
|
$text = $replyInfo->reply;
|
|
|
$text .= "\n";
|
|
|
- $text .= $info->issue_no . "期 " . implode('+', explode(',', $winning_numbers)) . "=" . array_sum($winArr) . " " . $combo;
|
|
|
+ $text .= $info->issue_no . ": " . implode('+', explode(',', $winning_numbers)) . "=" . array_sum($winArr) . " " . $combo;
|
|
|
|
|
|
$buttons = json_decode($replyInfo->buttons, true);
|
|
|
$image = $replyInfo->image;
|