[TOC]
简要描述
- 资金拨付台账接口 -- 与资金汇总相同(路径不同)
请求URL
http://10.1.9.59:9001/fundsManage/compensate/fundsCompensateLedger
请求方式
参数
参数名 |
必选 |
类型 |
说明 |
year |
否 |
string |
年度 |
cityCode |
否 |
string |
省code |
countyCode |
否 |
string |
市code |
currentPage |
否 |
string |
当前页码 |
pageSize |
否 |
string |
页大小 |
##### 返回示例
``
{
"status": 200,
"message": "success",
"data": {
"records": [
{
"foudCode": "2423432",批次
"year": "2022",年度
"countyName": "县二",县
"cityName": "市二",市
"allocatedFileCode": "BF937724343",拨付文件号
"allocatedFileName": "拨付文件一",拨付文件名称
"allocatedFileTime": "2022-09-23 10:25:16",拨付时间
"spikeRate": "0.20",//资金发放率
"releasedFunds": "35.00",//应发拨付资金
"allocatedFunds": "100.00",已发拨付资金
"centralCompensate": "1555.00",中央森林生态效益补偿
"provinceCompensate": "544554.00",省级森林生态效益补偿
"nativeSubsidy": "893.00",天然商品林管护补助
//国家级公益林
"fnationalStateFunds": "100.00",国有
"fnationalNotStateFunds": "711.00",非国有
"fnationalFunds": "811.00"合计
//省级公益林
"fprovincialStateFunds": "34.00",国有
"fprovincialNotStateFunds": "84.00",非国有
"fprovincialFunds": "118.00"合计
//天然商品
"fnaturalFunds": "130.00",//合计
"fnaturalStateFunds": "40.00",国有
"fnaturalNotStateFunds": "90.00",非国有
}
],
"total": "0",
"size": "20",
"current": "1",
"orders": [],
"optimizeCountSql": true,
"hitCount": false,
"searchCount": true,
"pages": "0"
},
"decryptFlag": false
}
返回参数说明
备注