{
"nf": "2023-2024",
"qhdm": "1",
"ztbhlx": "1",
"types": [
"fnh",
"flh",
"lhd",
"lrlc"
],
"fxdjs": [
"无风险",
"轻度风险",
"中度风险",
"高度风险"
],
"gzpzs": [
{
"type": "fnh",
"qdfx": 5,
"zdfx": 10,
"gdfx": 15
},
{
"type": "flh",
"qdfx": 5,
"zdfx": 10,
"gdfx": 15
},
{
"type": "lhd",
"qdfx": 5,
"zdfx": 10,
"gdfx": 15
},
{
"type": "lrlc",
"qdfx": 5,
"zdfx": 10,
"gdfx": 15,
"yzfx": 20
}
],
"orderField": "qhdm",
"orderType": "1"
}
curl --location --request POST 'http://gykj123.cn:9000/grandtechmap-land-monitor-service/api/v2/ywyj/export' \
--header 'token: {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"nf": "2023-2024",
"qhdm": "1",
"ztbhlx": "1",
"types": [
"fnh",
"flh",
"lhd",
"lrlc"
],
"fxdjs": [
"无风险",
"轻度风险",
"中度风险",
"高度风险"
],
"gzpzs": [
{
"type": "fnh",
"qdfx": 5,
"zdfx": 10,
"gdfx": 15
},
{
"type": "flh",
"qdfx": 5,
"zdfx": 10,
"gdfx": 15
},
{
"type": "lhd",
"qdfx": 5,
"zdfx": 10,
"gdfx": 15
},
{
"type": "lrlc",
"qdfx": 5,
"zdfx": 10,
"gdfx": 15,
"yzfx": 20
}
],
"orderField": "qhdm",
"orderType": "1"
}'
{}