## **獲取服務器接口 getUrlInfo**
**接口描述**
* 獲取用戶服務器物理地址信息
**請求URL**
* xxx.com
**請求方式**
* GET
**請求參數**
| 參數名 | 類型 | 說明 |
| --- | --- | --- |
| deviceId| string | 設備序列號 |
**返回參數**
| 參數名 | 類型 | 說明 |
| --- | --- | --- |
| getDeviceUrl | string | 設備信息 |
| getClassUrl | string | 班級信息接口 |
| getStudentUrl | string | 學生信息接口|
| postUrl | string | 考勤數據上報接口|
| commandUrl| string | 維護服務器 |
| getTimetableUrl| string | 一周課程表接口 |
| getNoticeUrl| string | 學校風采接口 |
| getAttendanceUrl| string | 出勤率 |
| getCustomUrl| string | 校園風采圖片|
| getCookbookUrl| string | 一周菜譜接口|
| getAliossTokenUrl| string | 獲取阿里oss token 接口 |
**返回示例**
```
{
"status":0,//成功返回0,失敗返回非0
"msg":"獲取設備數據成功",
"data":{
????????"getDeviceUrl ":"abc.com",
????????"getClassUrl ":"abc.com",
????????"getStudentUrl ":"abc.com",
????????"postUrl":"abc.com",
????????"getAttendenceUrl":"abc.com",
????????"getTimetableUrl":"abc.com",
????????"getNoticeUrl":"abc.com",
????????"getCustomUrl":"abc.com",
????????"getAliossTokenUrl":"abc.com",
????????"getCookbookUrl":"abc.com",
????????"commandUrl":"abc.com"
????},
"serverTime":"1286676610"
}
```