{
"creditCode": "",
"companyName": "武汉市南艺装饰工程有限公司",
"page": 1,
"pageSize": 20,
"clientId": "26edab18d1594e03a59191e5c28d4374"
}
curl --location --request POST '/v3api/zszc/spotcheck' \
--header 'Content-Type: application/json' \
--data-raw '{
"creditCode": "",
"companyName": "武汉市南艺装饰工程有限公司",
"page": 1,
"pageSize": 20,
"clientId": "26edab18d1594e03a59191e5c28d4374"
}'
{
"code": 0,
"gid": "de075ea395b04ab9ac97c776a5ecf7d7",
"data": {
"detail": [
{
"date": "2018-11-13",
"consequence": "符合检查要求",
"type": "抽查",
"implement_office": "福州市经济和信息化委员会"
}
],
"page": {
"page_total": 1,
"total_count": 4,
"page_no": 1,
"page_size": 20
}
},
"bizcode": 10000,
"success": true,
"message": "OK"
}