tmp
zhaoqingang
2025-01-16 f9ddb60c8882203fc3e8d646840358888f121d60
app/service/v2/app_driver/chat_data.py
@@ -24,7 +24,7 @@
    async def chat_post(self, url, data, headers):
        res = await self.http_post(url, data, headers)
        if res.status_code == 200:
        if res.status_code == 200 or res.status_code == 201:
            return res.json()
        else:
            return {}