Ken 1 주 전
부모
커밋
c5e363557d
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  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);