Print jsTxt type

This commit is contained in:
DingZQ
2022-10-15 17:46:34 +08:00
parent c8ddc79308
commit e4853906b3

View File

@@ -100,6 +100,7 @@ async def fastapi_sync_with_server(network: str, operationid: int) -> ChangeSet:
async def fastapi_execute_batch_commands(network: str, req: Request)-> ChangeSet:
jsTxt = await req.json()
print(jsTxt)
print(type(jsTxt))
jo = json.loads(jsTxt)
print(jo)
print(type(jo))