This commit is contained in:
xyj 2024-01-25 09:29:35 +08:00
parent 03cfb675b5
commit 332f75bd58
1 changed files with 1 additions and 0 deletions

View File

@ -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"]