## **获取服务器接口信息 getUrlInfo**
**接口描述**
* 获取用户服务器物理地址信息
**请求URL**
* [http://www.daren007.com/api/getUrlInfo/](http://www.daren007.com/api/getUrlInfo/)
**请求方式**
* GET
**请求参数**
| 参数名 | 类型 | 说明 |
| --- | --- | --- |
| deviceId| string | 设备序列号 |
**返回参数**
| 参数名 | 类型 | 说明 |
| --- | --- | --- |
|hostUrl| string | 服务器域名 |
| getDeviceInfo | string | 设备信息 |
| getClassInfo | string | 班级信息接口 |
| getStudentInfo | string | 学生信息接口|
| postUrl | string | 考勤数据上报接口|
| postUrl2 | string | 考勤数据上报接口2|
| leaveUrl | string | 检验学生是否请假接口 |
| detectionUrl | string | 晨检数据上报接口|
| gpsUrl | string | 校车位置上报接口 |
| commondUrl | string | 维护服务器接口 |
| outTimeUrl | string | 放假时间接口 |
| posUrl | string | 消费数据上报接口 |
| deviceSetUrl| string | 考勤机相关配置接口 |
| courseUrl | string | 培训班电子班牌接口 |
| postCourseUrl | string | 培训班电子班牌上报接口 |
| attendanceLogUrl| string | 考勤日志接口 |
| courseLogUrl | string | 课程日志接口 |
| postMessageUrl| string | 学生给家长留言接口 |
| getMessageUrl| string | 获取家长给学生留言接口 |
| classBrandUrl| string | 公立学校电子班牌 |
| postClassBrandUrl| string | 公立学校电子班牌上报 |
**返回示例**
```
{
"status": 0,//成功返回0,失败返回非0,并msg输出
"msg": "获取设备数据成功",//服务器返回
"data":
{
"hostUrl":"abc.com",
"getDeviceInfo":"abc.com",
"getClassInfo":"abc.com",
"getStudentInfo":"abc.com",
"leaveUrl":"abc.com",
"postUrl":"abc.com",
"postUrl2":"abc.com",//考勤数据上报2,如果是宿舍考勤,推荐使用这个
"detectionUrl":"abc.com",
"gpsUrl":"abc.com",
"commondUrl":"abc.com",
"outTimeUrl":"abc.com",
"deviceSetUrl":"abc.com",
"posUrl":"abc.com",
"courseUrl":"abc.com",
"postCourseU":"abc.com",
"postCourseUrl":"abc.com",
"attendanceLogUrl":"abc.com",
"courseLogUrl ":"abc.com",
"postMessageUrl":"abc.com",
"getMessageUrl":"abc.com",
"classBrandUrl":"abc.com",
"postClassBrandUrl":"abc.com",
}
"serverTime": "1535703001194"//服务器时间
}
```