This commit is contained in:
xyj 2024-01-25 15:27:06 +08:00
parent 885d423340
commit bbc63afc29
1 changed files with 0 additions and 10 deletions

10
xumu.py
View File

@ -26,16 +26,6 @@ class Device(BaseModel):
type: int = None
# 数据查询参数实体
class DataQuery(BaseModel):
deviceId: str
# RFID查询参数实体
class RFIDQuery(BaseModel):
rfid: str
# 数据查询接口
@app.get("/api/xumu/data/query")
async def data_query(deviceId):