GET api/schoolactivelist?pageIndex={pageIndex}&pageSize={pageSize}
请求信息
URI 参数
| Name | Description | Type | Additional information |
|---|---|---|---|
| pageIndex | integer |
Default value is 1 |
|
| pageSize | integer |
Default value is 10 |
Body 请求体 参数
None.
响应消息
内容 描述
CxccApiResponseBaseOfCxccPageDataOfRSxccp_RO_School_GetAPPNewLessonActiveList0| Name | Description | Type | Additional information |
|---|---|---|---|
| data | CxccPageDataOfRSxccp_RO_School_GetAPPNewLessonActiveList0 |
None. |
|
| code | integer |
None. |
|
| msg | string |
None. |
响应示例
application/json, text/json
Sample:
{
"data": {
"total": 1,
"page_total": 2,
"page_data": [
{
"ID": 1,
"ActiveName": "sample string 2",
"ActiveDateB": "2025/12/26 05:29:53",
"ActiveDateE": "2025/12/26 05:29:53",
"pic": "sample string 5",
"Banner": "sample string 6",
"url": "sample string 7",
"IsEnd": 8,
"beginTime": "2025-12-26 05:29",
"endTime": "2025-12-26 05:29",
"id": "1",
"path": "sample string 7",
"allowIn": false,
"activeStates": 3
},
{
"ID": 1,
"ActiveName": "sample string 2",
"ActiveDateB": "2025/12/26 05:29:53",
"ActiveDateE": "2025/12/26 05:29:53",
"pic": "sample string 5",
"Banner": "sample string 6",
"url": "sample string 7",
"IsEnd": 8,
"beginTime": "2025-12-26 05:29",
"endTime": "2025-12-26 05:29",
"id": "1",
"path": "sample string 7",
"allowIn": false,
"activeStates": 3
}
],
"page_index": 3
},
"code": 1,
"msg": "sample string 2"
}
image/png
Sample:
Sample not available.
image/jpg
Sample:
Sample not available.