{
"areaId": "string",
"code": "string",
"pageIndex": 0,
"pageSize": 0,
"classType": "string"
}
curl --location --request POST 'http://172.168.1.18:8657/sz-prodcut//yjFundWarnThresholdConfig/thresholdList.do' \
--header 'Cookie: JSESSIONID=598E4F80CC13CF23B6FB096103875F74' \
--header 'Content-Type: application/json' \
--data-raw '{
"areaId": "string",
"code": "string",
"pageIndex": 0,
"pageSize": 0,
"classType": "string"
}'
{
"data": {
"cpage": 0,
"totalitem": 0,
"totalpage": 0,
"pagesize": 0,
"nextpage": 0,
"previouspage": 0,
"hasnextpage": true,
"hasprevioupage": true,
"hasfristpage": true,
"hasendpage": true,
"list": [
{
"id": "string",
"accountingSubject": "string",
"payMoney": "string",
"firstMoney": "string",
"secondMoney": "string",
"thirdMoney": "string"
}
]
},
"msg": "string",
"code": 0,
"success": true
}