seven 1 tháng trước cách đây
mục cha
commit
013c7d9cbe
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/Services/BaseService.php

+ 1 - 1
app/Services/BaseService.php

@@ -134,7 +134,7 @@ class BaseService
     {
         $bettingGroup = Config::where('field', 'betting_group')->first()->val;
         self::telegram()->sendMessage([
-            'chat_id' => $bettingGroup,
+            'chat_id' => "@{$bettingGroup}",
             'text' => $text
         ]);
     }