## **走班制班牌接口信息 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",
?}
????????????]
????????}
????]
}
~~~