## **獲取卡號接口信息 getStudentInfo**
**接口描述**
獲取系統內卡號
**請求URL**
* [xxx.com/xxx](http://xxx.com/xxx)
**請求方式**
* GET
**請求參數**
| 參數名 | 類型 | 說明 |
| --- | --- | --- |
| deviceId | string | 設備序列號 |
**返回示例**
```
{
"status": 0,
"msg": "success",
"data": [
{
"id": "6921",
"name": "課程1",
"teacherName": "陳奕迅",
"teacherAvatar": "1.cn/attachment/images/xNKF.jpg",
"teacherPhoneNumber": "13583967519",
"teacherProfile": "十年經驗",
"profile": "課程介紹",
"startTime": "10:01:00",
"endTime": "12:00:00"
}
]
}
```