rfid_last_data_query

This commit is contained in:
xyj 2024-02-03 11:03:45 +08:00
parent 6006658de4
commit efde5948d2
1 changed files with 0 additions and 1 deletions

View File

@ -265,7 +265,6 @@ async def process_data(request: Request):
data = json.loads(data)
event = data["event"]
clientid = data["clientid"]
# print(clientid + "======" + event)
pattern = r'^f\d{1,10}$'
amatch1 = re.match(pattern, clientid)
# 如果两个都不满足,那就错误