{
"sortData": [
1,2,3
]
}curl --location --request POST '/admin/dataDictionary/edit/sortNum' \
--header 'Content-Type: application/json' \
--data-raw '{
"sortData": [
1,2,3
]
}'{
"ret": 0,
"msg": "success",
"err": null,
"data": null,
"ok": true
}