This commit is contained in:
xyj 2024-01-24 16:20:07 +08:00
parent 0b9c435276
commit ed2d3023b8
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@ async def process_data(request: Request):
data = json.loads(data)
payload = data["payload"]
receive_len = len(payload)
print(receive_len)
payload = json.loads(payload)
send_len = payload["l"]
if receive_len != send_len: