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