POST TeachResource/ListBookResource
获取教材下的资源列表(EEC、双师)
Request Information
URI Parameters
None.
Body Parameters
SearchTeachResourceDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| bookCatena |
教材系列(1:EEC系列,2;双师系列,3:其他) |
integer |
None. |
| bookId |
教材id |
string |
None. |
| unitNo |
单元号 |
string |
None. |
| weekId |
周id |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"bookCatena": 1,
"bookId": "sample string 2",
"unitNo": "sample string 3",
"weekId": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
CommonClassModelOfObject| Name | Description | Type | Additional information |
|---|---|---|---|
| data | Object |
None. |
|
| code |
代码 |
string |
None. |
| desc |
描述 |
string |
None. |
| exdesc |
系统内部错误描述 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"data": {},
"code": "sample string 2",
"desc": "sample string 3",
"exdesc": "sample string 4"
}