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
793 B
26 lines
793 B
module.exports = {
|
|
code: 200,
|
|
msg: 'ok',
|
|
data: {
|
|
deviceId: '1', // 设备id
|
|
deviceFullId: '001', // 设备完整id
|
|
deviceDirection: '东', // 设备朝向
|
|
area: '太原', // 地区
|
|
address: '炕上', // 安装地点名称
|
|
contact: '冯先生', // 联系人
|
|
phone: '18603333333', // 联系人电话
|
|
lon: '112.48699', // 经度
|
|
lat: '37.94036', // 纬度
|
|
head: '冯先生', // 负责人
|
|
installLocation: '后头', // 安装位置
|
|
installTime: Date.now(), // 安装时间
|
|
runTime: Date.now(), // 正式运行时间
|
|
linkAddress: 'xx1', // 链路地址
|
|
probNo: 'tt1', // 探头编号
|
|
simple: '', // 试样
|
|
sim1: '3131313', // sim卡1
|
|
joint: 'good', // 主站后台联调情况
|
|
remark: '001 remark', // 备注
|
|
|
|
}
|
|
}
|
|
|