This commit is contained in:
xyj 2024-01-28 17:30:59 +08:00
parent bf493a4967
commit 0b1c26711b
1 changed files with 1 additions and 0 deletions

View File

@ -265,6 +265,7 @@ async def process_data(request: Request):
# 如果两个都不满足,那就错误
if not amatch1:
return BaseResponse(code=200, msg="error")
print("判断成功")
# 连接成功处理
if event == "client.connected":
return await client_change_status(clientid, True)