## **走班制班牌接口信息 courseUrl**
**接口描述**
* 电子班牌,走班制专用接口
**请求URL**
* [xxx.com/xxx](http://xxx.com/xxx)
**请求方式**
* GET
**请求参数**
| 参数名 | 类型 | 说明 |
| --- | --- | --- |
| deviceId | string | 设备序列号 |
**返回参数**
| 参数名 | 类型 | 说明 |
| --- | --- | --- |
| courseId| string | 课程id |
**返回示例**
~~~
{
"status":0,
"msg":"获取数据成功",
"data":[
{
"classId":"1389", //班级id
"className":"班级名称",
classAdvert班级口号
classE-paper[
1.jpg;2.jpg
]
"classHonours":[//班级荣誉
{
名称
图片地址
获奖时间
}
]
"teachers[
{
"teacherId":"授课老师id",
"teacherName":"张靓颖",
"teacherCourse":"语文", //老师授课科目
"teacherProfile":"老师简介",
"cardCode":"0632844048",//ic卡号
"faceUrl":"abc.com/2.jpg",//人脸图片
},
{
"teacherId":"授课老师id",
"teacherName":"张靓颖",
"teacherCourse":"语文", //老师授课科目
"teacherProfile":"老师简介",
"cardCode":"0632844048",//ic卡号
"faceUrl":"abc.com/2.jpg",//人脸图片
}
]
"students":[
{
"studentId":"25880",
"studentName":"张三",
"cardCode":1234567890,
"faceUrl":"abc.com/2.jpg",
},
{
"studentId":"25880",
"studentName":"张三",
"cardCode":1234567890,
"faceUrl":"abc.com/2.jpg",
}
]
}
]
}
~~~