rfid_last_data_query

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

View File

@ -265,6 +265,7 @@ 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)
# 如果两个都不满足,那就错误