curl --location -g --request GET 'http://{{ip}}:9000/user-service/interfaceAnalysisReport/pageList' \
--header 'ip: {{ip}}' \
--header 'X-Request-client-type: PC' \
--header 'clientId: 1'{
"code": 0,
"msg": "string",
"data": {
"size": 0,
"current": 0,
"records": [
{
"id": 0,
"serviceName": "string",
"analysisDate": "2019-08-24",
"accessoryUrl": "string",
"createdTime": "2019-08-24T14:15:22.123Z"
}
],
"total": 0,
"pages": 0
}
}