|
@@ -327,7 +327,7 @@ class IssueService extends BaseService
|
|
|
if ($replyInfo) {
|
|
if ($replyInfo) {
|
|
|
$text = $replyInfo->reply;
|
|
$text = $replyInfo->reply;
|
|
|
$text .= "\n";
|
|
$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);
|
|
$buttons = json_decode($replyInfo->buttons, true);
|
|
|
$image = $replyInfo->image;
|
|
$image = $replyInfo->image;
|
|
@@ -336,7 +336,7 @@ class IssueService extends BaseService
|
|
|
}
|
|
}
|
|
|
if (empty($buttons)) {
|
|
if (empty($buttons)) {
|
|
|
$serviceAccount = Config::where('field', 'service_account')->first()->val;
|
|
$serviceAccount = Config::where('field', 'service_account')->first()->val;
|
|
|
- $buttons[] = [['text' => '✅唯一财务', 'callback_data' => "", 'url' => "https://t.me/{$serviceAccount}"]];
|
|
|
|
|
|
|
+ $buttons[] = [['text' => lang('✅唯一财务'), 'callback_data' => "", 'url' => "https://t.me/{$serviceAccount}"]];
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
// self::bettingGroupNotice($text, $buttons, $image, true);
|
|
// self::bettingGroupNotice($text, $buttons, $image, true);
|