Ken 1 napja
szülő
commit
45278e30a7

+ 2 - 2
app/Services/IssueService.php

@@ -327,7 +327,7 @@ class IssueService 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;
@@ -336,7 +336,7 @@ class IssueService extends BaseService
                 }
                 if (empty($buttons)) {
                     $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);

+ 1 - 1
app/Services/PcIssueService.php

@@ -144,7 +144,7 @@ class PcIssueService extends BaseService
                 }
                 if (empty($buttons)) {
                     $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}"]];
 
                 }
                 SendTelegramGroupMessageJob::dispatch($text, $buttons, $image, true);

+ 1 - 0
lang/en/messages.php

@@ -292,6 +292,7 @@ return [
     "原账户信息" => "Original Account Information",
     "比比返失败"=>"The water injection for the DSLR failed",
     "系统维护中"=>"Under system maintenance",
+    '✅唯一财务'=>'✅Sole finance',
     
 
 

+ 1 - 0
lang/vi/messages.php

@@ -292,6 +292,7 @@ return [
     "原账户信息" => "Thông tin tài khoản cũ",
     "比比返失败"=>"Máy bơm nước SLR thất bại",
     "系统维护中"=>"Bảo trì hệ thống",
+    '✅唯一财务'=>'✅Tài chính duy nhất',
 
 
 

+ 1 - 0
lang/zh/messages.php

@@ -292,6 +292,7 @@ return [
     "原账户信息" => "原账户信息",
     "比比返失败"=>"比比返失败",
     "系统维护中"=>"系统维护中",
+    '✅唯一财务'=>'✅唯一财务',
 
 
 ];