🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
### 钥匙列表 ~~~[api] post:/api/door/getAllKey *int:user_id=1#用户ID <<< success { "status":1, "data": {} } <<< error { "status": 0, "data": null } ~~~ <br> * * * * * ### 管理员、万能钥匙列表 ~~~[api] post:/api/door/masterKey *int:item_id=1#项目ID <<< success { "code":0, "msg": {} } <<< error { "code": 0, //大于0 "msg": null } ~~~ <br> * * * * *