增加设备绑定

This commit is contained in:
xuli3099
2025-07-31 17:36:27 +08:00
parent c7c6ff9671
commit 7f6b8f11b3
14 changed files with 16362 additions and 28 deletions

View File

@@ -478,6 +478,15 @@ app.post('/api/mattersList', (req,res) => {
}
})
// 查询设备绑定状态 绑定状态1=已提交、2=等待审核、3=审核通过、4=绑定成功、5=审核拒绝)
app.post('/api/getBindStatus', (req,res) => {
res.json(Mock.mock({
code: 0,
data: {
bindStatus:4
}
}))
})
//2.创建server