## **获取卡号接口信息 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"
}
]
}
```