增加设备绑定
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user