GET api/schoolactivedetail?activeID={activeID}
请求信息
URI 参数
| Name | Description | Type | Additional information |
|---|---|---|---|
| activeID | integer |
Default value is 0 |
Body 请求体 参数
None.
响应消息
内容 描述
CxccApiResponseBaseOfRSxccp_RO_School_GetNewLessonActiveDetailByID0| Name | Description | Type | Additional information |
|---|---|---|---|
| data | RSxccp_RO_School_GetNewLessonActiveDetailByID0 |
None. |
|
| code | integer |
None. |
|
| msg | string |
None. |
响应示例
application/json, text/json
Sample:
{
"data": {
"ID": 1,
"ActiveName": "sample string 2",
"ExpiryDate": "2025/12/26 05:29:57",
"ActiveDateB": "2025/12/26 05:29:57",
"ActiveDateE": "2025/12/26 05:29:57",
"banner": "sample string 6",
"isend": 7,
"url": "sample string 8",
"pic": "sample string 9"
},
"code": 1,
"msg": "sample string 2"
}
image/png
Sample:
Sample not available.
image/jpg
Sample:
Sample not available.