You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
400 B
26 lines
400 B
module.exports = {
|
|
code: 200,
|
|
msg: 'OK',
|
|
data: [
|
|
{
|
|
deviceId: '1',
|
|
deviceFullId: '001',
|
|
address: '太原'
|
|
},
|
|
{
|
|
deviceId: '2',
|
|
deviceFullId: '002',
|
|
address: '大同'
|
|
},
|
|
{
|
|
deviceId: '3',
|
|
deviceFullId: '004',
|
|
address: '忻州'
|
|
},
|
|
{
|
|
deviceId: '4',
|
|
deviceFullId: '004',
|
|
address: '晋中'
|
|
}
|
|
]
|
|
}
|
|
|