属性名 | 类型 | 必填 | 说明 | 备注 |
---|---|---|---|---|
cname | string | 是 | 企业名称 | |
ckey | string | 是 | 企业ckey | |
orderNo | string | 是 | 流水号 | |
account | string | 是 | 银行账号 |
{
"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": {
"dataAuthenticity": {
"averageBalance": "549530.00",
"averageBalanceSum": "53853940.02",
"creditSideDebitSum": "162",
"creditSideQuantity": "6",
"daytimeQuantity": "159",
"debitQuantity": "10",
"nightDaytimeSum": "162",
"nightQuantity": "3",
"nonWorkingDayQuantity": "10",
"nonWorkingDayWeekdaySum": "59",
"weekdayQuantity": "49"
},
"transactionAuthenticity": {
"energyPercent": 0,
"highSeason": 3,
"highSeasonMoney": 27557057.84,
"highSeasonYear": 2016,
"incomePercent": 6.69,
"laborPercent": 100,
"lendPercent": 42.02,
"lowSeason": 4,
"lowSeasonMoney": 136944,
"lowSeasonYear": 2016,
"reimbursementMoney": 903000,
"salaryMoney": 919000,
"wordPercent": 100
}
}
}