This commit is contained in:
yumoqing 2025-08-15 17:28:48 +08:00
parent e3a1152335
commit 5185d612ff

View File

@ -212,7 +212,7 @@ class UAPI:
bdy = json.loads(body)
body = json.dumps(bdy, ensure_ascii=False)
except Exception as e:
exception(f'{e}, {body=},{api.data=}, {self.env=}')
exception(f'{e}, {body=},{api.data=}')
body = None
_params = await self.rendertmpl(api.params)
if _params: