{
"mainId": "1",
"type": "0",
"resCode": "2222",
"evaluateRelativityImportantList": [
{
"relativeId": "2",
"importantValue": "2"
},
{
"relativeId": "3",
"importantValue": "3"
},
{
"relativeId": "4",
"importantValue": "4"
}
]
}
curl --location --request POST 'http://192.168.11.46:13000/fp/evaluateRelativityImportant/saveImportantData' \
--header 'Content-Type: application/json' \
--data-raw '{
"mainId": "1",
"type": "0",
"resCode": "2222",
"evaluateRelativityImportantList": [
{
"relativeId": "2",
"importantValue": "2"
},
{
"relativeId": "3",
"importantValue": "3"
},
{
"relativeId": "4",
"importantValue": "4"
}
]
}'
{}