POST api/v1_0/marketingv1_0/PerformanceList
“PerformanceList”的文档。
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| param | “param”的文档。 |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"STime": "2026-01-21T20:58:32.981775+08:00",
"ETime": "2026-01-21T20:58:32.981775+08:00",
"ParkId": "sample string 1",
"DayType": 0,
"Keyword": "sample string 2",
"PageIndex": 3,
"PageSize": 4
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{
"code": 1,
"status": true,
"msg": "sample string 3",
"data": {},
"count": 5,
"pageCount": 6,
"ispaging": true,
"extend": {},
"isReLogin": true
}