curl --location --request POST '/cockpitsResource.do?method=getResourceUrl' \
--header 'Token;' \
--header 'Cookie: JSESSIONID=598E4F80CC13CF23B6FB096103875F74' \
--header 'Content-Type: application/json'
{
"data": {
"area": {
"contractArea": "242,839.21",
"yearContractArea": "242,839.21"
},
"money": {
"contractMoney": "242,839.21",
"yearContractMoney": "242,839.21"
}
},
"msg": "成功",
"code": 0,
"success": true
}