## 获取商城设备列表
~~~[api]
post:https://huangjinjiangan.xiaoding.shop/store/api.device/get
*string:device_id=6565657#设备ID
<<<
{
"code": 1,
"info": "获取设备信息成功!",
"data": {
"id": 6565657,
"title": "测试设备二",
"desc": null,
"code": "",
"status": 1,
"is_deleted": 0,
"sort": 0,
"create_at": "2019-01-26 16:56:22"
}
}
~~~