Authori-zation: ********************curl --location --request GET '/api/admin/platform/activitystyle/list?createtime&endtime&id&limit=20&method&name&page=1&runningStatus&starttime&status&type&updatetime' \
--header 'Authori-zation: <api-key>'{
"code": 0,
"data": {
"limit": 0,
"list": [
{
"createtime": "2019-08-24T14:15:22.123Z",
"endtime": "2019-08-24T14:15:22.123Z",
"id": 0,
"method": 0,
"name": "string",
"products": "string",
"runningStatus": 0,
"starttime": "2019-08-24T14:15:22.123Z",
"status": true,
"style": "string",
"type": true,
"updatetime": "2019-08-24T14:15:22.123Z"
}
],
"page": 0,
"total": 0,
"totalPage": 0
},
"message": "string"
}