## **获取服务器接口 getUrlInfo**
**接口描述**
* 获取用户服务器物理地址信息
**请求URL**
* [http://mac.weimeizhan.com/nbw/api/getdeviceinfo/](http://mac.weimeizhan.com/nbw/api/getdeviceinfo/)
**请求方式**
* GET
**请求参数**
| 参数名 | 类型 | 说明 |
| --- | --- | --- |
| deviceId| string | 设备序列号 |
**返回参数**
| 参数名 | 类型 | 说明 |
| --- | --- | --- |
|hostUrl| string | 服务器域名 |
| getDeviceInfo | string | 设备信息 |
| getClassInfo | string | 班级信息接口 |
| getStudentInfo | string | 学生信息接口|
| postUrl | string | 考勤数据上报接口|
| postUrl2 | string | 考勤数据上报接口2|
| gpsUrl | string | 校车位置上报接口 |
| commandUrl | string | 维护服务器接口 |
| leaveUrl| string | 学生请假接口 |
**返回示例**
```
{
"status": 0,
"msg": "success",
"data": {
"getDeviceInfo": "abc.com",
"getClassInfo": "abc.com",
"getStudentInfo": "abc.com",
"postUrl": "abc.com",
"postUrl2": "abc.com",
"gpsUrl": "abc.com",
"leaveUrl": "abc.com",
"commandUrl": "abc.com",
"deviceSetUrl": "abc.com"
}
}
```