update
This commit is contained in:
parent
f59752a7bb
commit
c43f258b8c
2
xumu.py
2
xumu.py
|
@ -262,7 +262,7 @@ async def process_data(request: Request):
|
|||
event = data["event"]
|
||||
clientid = data["clientid"]
|
||||
print(clientid)
|
||||
if not str(clientid).startswith("farm") or not str(clientid).startswith("test"):
|
||||
if (not str(clientid).startswith("farm")) or (not str(clientid).startswith("test")):
|
||||
return BaseResponse(code=500, msg="不符合畜牧clientId")
|
||||
# 连接成功处理
|
||||
if event == "client.connected":
|
||||
|
|
Loading…
Reference in New Issue