GET api/wzActiveList?pageIndex={pageIndex}&pageSize={pageSize}&status={status}

请求信息

URI 参数

NameDescriptionTypeAdditional information
pageIndex

integer

Default value is 1

pageSize

integer

Default value is 20

status

integer

Default value is 1

Body 请求体 参数

None.

响应消息

内容 描述

CxccApiResponseBaseOfWzActive
NameDescriptionTypeAdditional information
data

WzActive

None.

code

integer

None.

msg

string

None.

响应示例

application/json, text/json

Sample:
{
  "data": {
    "ListActive": [
      {
        "beginTime": "2024-10-19 08:49:41",
        "endTime": "2024-10-19 08:49:41",
        "ids": "1",
        "ID": 1,
        "Name": "sample string 2",
        "DateB": "2024/10/19 08:49:41",
        "DateE": "2024/10/19 08:49:41",
        "Islock": 5
      },
      {
        "beginTime": "2024-10-19 08:49:41",
        "endTime": "2024-10-19 08:49:41",
        "ids": "1",
        "ID": 1,
        "Name": "sample string 2",
        "DateB": "2024/10/19 08:49:41",
        "DateE": "2024/10/19 08:49:41",
        "Islock": 5
      }
    ],
    "total": 1
  },
  "code": 1,
  "msg": "sample string 2"
}

image/png

Sample:

Sample not available.

image/jpg

Sample:

Sample not available.