POST TeachResource/DtWeekList
获取双师教材 周列表
Request Information
URI Parameters
None.
Body Parameters
DtWeekDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| bookId |
教材id |
string |
None. |
| unitNo |
单元号 |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"bookId": "sample string 1",
"unitNo": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
CommonClassListModelOfWeekVO| Name | Description | Type | Additional information |
|---|---|---|---|
| data | CommonListOfWeekVO |
None. |
|
| code |
代码 |
string |
None. |
| desc |
描述 |
string |
None. |
| exdesc |
系统内部错误描述 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"data": {
"items": [
{
"weekId": "sample string 1",
"weekIndex": 2
},
{
"weekId": "sample string 1",
"weekIndex": 2
}
]
},
"code": "sample string 1",
"desc": "sample string 2",
"exdesc": "sample string 3"
}