From 332f75bd584f097f1604a067ad64b6fa383d8644 Mon Sep 17 00:00:00 2001 From: xyj <10908227994@qq.com> Date: Thu, 25 Jan 2024 09:29:35 +0800 Subject: [PATCH] update --- xumu.py | 1 + 1 file changed, 1 insertion(+) diff --git a/xumu.py b/xumu.py index 36cd047..dc6f356 100644 --- a/xumu.py +++ b/xumu.py @@ -89,6 +89,7 @@ async def register(request: Request): payload = json.loads(payload) send_len = payload["l"] if receive_len != send_len: + print(receive_len) return BaseResponse(code=301, msg=f"data valid error, receive_len:{receive_len}") deviceId = payload["d"] iccid = payload["cid"]