{
"contractTypeId": "812025051612450000",
"listShow": true,
"required": true,
"specCd": "822025051998170000",
"specHoldplace": "装修时需缴纳的押金",
"specName": "装修保证金",
"specShow": true,
"specType": "input",
"specValueType": "整数"
}
curl --location --request PUT '/j6-contract/type/modify-extend-info' \
--header 'Content-Type: application/json' \
--data-raw '{
"contractTypeId": "812025051612450000",
"listShow": true,
"required": true,
"specCd": "822025051998170000",
"specHoldplace": "装修时需缴纳的押金",
"specName": "装修保证金",
"specShow": true,
"specType": "input",
"specValueType": "整数"
}'
{
"code": 10000,
"data": true,
"message": "提示消息内容"
}