This commit is contained in:
DingZQ
2024-12-28 17:20:47 +08:00
parent 27485ef8fc
commit 26f6c4436f

View File

@@ -1827,6 +1827,7 @@ async def fastapi_convert_v3_to_v2(req: Request) -> ChangeSet:
jo_root = await req.json()
inp = jo_root['inp']
cs = convert_inp_v3_to_v2(inp)
return cs
print(cs)