Ken há 1 semana atrás
pai
commit
c5e363557d
1 ficheiros alterados com 1 adições e 3 exclusões
  1. 1 3
      app/Http/Controllers/api/TelegramWebHook.php

+ 1 - 3
app/Http/Controllers/api/TelegramWebHook.php

@@ -741,7 +741,7 @@ class TelegramWebHook extends Controller
 
                 $telegram->sendMessage([
                     'chat_id' => $chatId,
-                    'text' => $data,
+                    'text' => "你好{$data}"
                 ]);
 
 
@@ -906,8 +906,6 @@ class TelegramWebHook extends Controller
                 }
 
 
-
-
                 //钱宝提现
                 if ($data === 'withdraw@@qb_apply') {
                     $res = WithdrawService::qbApply($chatId, $messageId);