zhaoqingang hai 1 ano
pai
achega
5bc6dd6c75
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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):