Browse Source

下载word

zhaoqingang 1 năm trước cách đây
mục cha
commit
5bc6dd6c75
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/service/basic.py

+ 1 - 1
app/service/basic.py

@@ -103,7 +103,7 @@ class BasicService:
 
     async def questions_talk_word_download(self, file_id: str):
         url = f"{self.base_url}/questions/download/word"
-        return await self.download_from_url(url, params={'excel_name': file_id})
+        return await self.download_from_url(url, params={'word_name': file_id})
 
 
 def process_buffer(data, buffer):