This commit is contained in:
xyj 2024-01-24 15:43:45 +08:00
parent 114199eb5a
commit d255c1b465
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ async def process_data(request: Request):
# TODO mqtt检测
r = await request.body()
print(r)
return
return 200
try:
data = await request.body()
data = data.decode("utf-8")