seven 2 달 전
부모
커밋
83f6f54515
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      app/Services/SanJinRechargeService.php

+ 2 - 1
app/Services/SanJinRechargeService.php

@@ -68,7 +68,8 @@ class SanJinRechargeService
             $text = "请输入预充值金额!";
             $res = [
                 'chat_id' => $chatId,
-                'text' => $text
+                'text' => $text,
+                'message_id' => $messageId
             ];
             $telegram->editMessageText($res);
         }