GET api/schoolactivedetail?activeID={activeID}

请求信息

URI 参数

NameDescriptionTypeAdditional information
activeID

integer

Default value is 0

Body 请求体 参数

None.

响应消息

内容 描述

CxccApiResponseBaseOfRSxccp_RO_School_GetNewLessonActiveDetailByID0
NameDescriptionTypeAdditional 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": "2024/10/19 08:53:29",
    "ActiveDateB": "2024/10/19 08:53:29",
    "ActiveDateE": "2024/10/19 08:53:29",
    "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.