GET api/schoolactivelist?pageIndex={pageIndex}&pageSize={pageSize}

请求信息

URI 参数

NameDescriptionTypeAdditional information
pageIndex

integer

Default value is 1

pageSize

integer

Default value is 10

Body 请求体 参数

None.

响应消息

内容 描述

CxccApiResponseBaseOfCxccPageDataOfRSxccp_RO_School_GetAPPNewLessonActiveList0
NameDescriptionTypeAdditional 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": "2024/10/19 08:56:39",
        "ActiveDateE": "2024/10/19 08:56:39",
        "pic": "sample string 5",
        "Banner": "sample string 6",
        "url": "sample string 7",
        "IsEnd": 8,
        "beginTime": "2024-10-19 08:56",
        "endTime": "2024-10-19 08:56",
        "id": "1",
        "path": "sample string 7",
        "allowIn": false,
        "activeStates": 3
      },
      {
        "ID": 1,
        "ActiveName": "sample string 2",
        "ActiveDateB": "2024/10/19 08:56:39",
        "ActiveDateE": "2024/10/19 08:56:39",
        "pic": "sample string 5",
        "Banner": "sample string 6",
        "url": "sample string 7",
        "IsEnd": 8,
        "beginTime": "2024-10-19 08:56",
        "endTime": "2024-10-19 08:56",
        "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.