update
This commit is contained in:
parent
03cfb675b5
commit
332f75bd58
1
xumu.py
1
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"]
|
||||
|
|
Loading…
Reference in New Issue