{
"app_key":"{{app_key}}",
"name":"{{name}}",
"data":"{{data}}",
"sign":"{{sign}}",
"timestamp":"{{timestamp}}",
"version":"{{version}}"
}
curl --location --request POST 'https://api.valuemap.cn/api' \
--header 'Content-Type: application/json' \
--data-raw '{
"app_key":"{{app_key}}",
"name":"{{name}}",
"data":"{{data}}",
"sign":"{{sign}}",
"timestamp":"{{timestamp}}",
"version":"{{version}}"
}'
{
"code": "0",
"data": {
"allCount": 220,
"allMoney": "78546.02",
"defendantCount": 109,
"defendantMoney": "19908.14",
"defendantOpenCaseCount": 1,
"defendantOpenCaseMoney": "0",
"executeMoney": "4985.5",
"halfYearCount": 9,
"nonPublicCount": "43",
"nonPublicMoney": "未披露",
"nonPublicOpenCaseCount": "未披露",
"nonPublicOpenCaseMoney": "未披露",
"oneYearCount": 27,
"openCaseCount": 4,
"openCaseMoney": "2400",
"plaintiffCount": 45,
"plaintiffMoney": "57344.88",
"plaintiffOpenCaseCount": 2,
"plaintiffOpenCaseMoney": "2400",
"thirdPartyCount": 11,
"thirdPartyMoney": "0",
"thirdPartyOpenCaseCount": 1,
"thirdPartyOpenCaseMoney": "0",
"unExecuteMoney": "3284.01"
}
}