seven 3 днів тому
батько
коміт
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);
         }