zhangqian
2024-11-22 165d75b97916335ec7b5046f7c476e494a12df51
app/service/basic.py
@@ -102,7 +102,7 @@
    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):