全部打印

This commit is contained in:
wuaho 2021-08-18 16:27:51 +08:00
parent b913624a37
commit 0fee96afb3

View File

@ -20,8 +20,7 @@ def dest_partition(s: str) -> int:
@router.post("/")
async def point(request: Request, items: DataModel):
try:
if items.public.get('b01') != 'e903ab24ad8f4bfca8a3ce7e122cd102':
print(items.json())
print(items.json())
public_data, _ = restore_field(items.public)
rdb = request.app.state.redis