|
@@ -103,7 +103,7 @@ class BasicService:
|
|
|
|
|
|
|
|
async def questions_talk_word_download(self, file_id: str):
|
|
async def questions_talk_word_download(self, file_id: str):
|
|
|
url = f"{self.base_url}/questions/download/word"
|
|
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):
|
|
def process_buffer(data, buffer):
|