tmp
zhaoqingang
2025-01-15 fe8e77104db4503d65f13ad66eaa48d631619d7c
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 {}