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