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 {}