seven 3 ngày trước cách đây
mục cha
commit
83f6f54515
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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);
         }