{
"description": "上门服务",
"name": "商务拜访",
"specId": 6,
"statusCd": 3
}
curl --location --request POST '/j2-configmanager/sys/add-t_dict' \
--header 'Content-Type: application/json' \
--data-raw '{
"description": "上门服务",
"name": "商务拜访",
"specId": 6,
"statusCd": 3
}'
{
"code": 10000,
"data": true,
"message": "提示消息内容"
}