From d9882408d2cff663808a09dacdd3b9ce325858f7 Mon Sep 17 00:00:00 2001 From: wuaho Date: Mon, 19 Jul 2021 17:37:41 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=B0=E5=BD=95=E8=AF=B7=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- routers/point.py | 1 + 1 file changed, 1 insertion(+) diff --git a/routers/point.py b/routers/point.py index 266a751..b18b073 100644 --- a/routers/point.py +++ b/routers/point.py @@ -20,6 +20,7 @@ def dest_partition(s: str) -> int: @router.post("/") async def point(request: Request, items: DataModel): try: + print(items.json()) public_data, _ = restore_field(items.public) rdb = request.app.state.redis data_factory = request.app.state.data_factory