{
"specId": 4,
"specName": "员工岗位",
"statusCd": 0
}
curl --location --request PUT '/j2-configmanager/dict-spec/modify' \
--header 'Content-Type: application/json' \
--data-raw '{
"specId": 4,
"specName": "员工岗位",
"statusCd": 0
}'
{
"code": 10000,
"data": "string",
"message": "提示消息内容"
}