This commit is contained in:
xyj 2024-01-24 16:19:28 +08:00
parent 741518c749
commit 0b9c435276
1 changed files with 1 additions and 0 deletions

View File

@ -121,6 +121,7 @@ async def process_data(request: Request):
payload = json.loads(payload)
send_len = payload["l"]
if receive_len != send_len:
print("校验错误")
return 301
m = payload["m"]
v = payload["v"]