[
[
1.0,
2.0,
3.0,
4.0
],
[
2.0,
3.0,
4.0,
1.0
],
[
3.0,
4.0,
1.0,
2.0
],
[
4.0,
1.0,
2.0,
3.0
]
]
curl --location --request POST 'http://192.168.11.46:13000/evaluation/ahp/cons-check' \
--header 'Content-Type: application/json' \
--data-raw '[
[
1.0,
2.0,
3.0,
4.0
],
[
2.0,
3.0,
4.0,
1.0
],
[
3.0,
4.0,
1.0,
2.0
],
[
4.0,
1.0,
2.0,
3.0
]
]'
{
"code": 0,
"msg": "string",
"data": {
"max_eigenvectors": "string"
}
}