{
"attributeDtoList": [
{
"relationId":1,
"name": "属性1",
"enName": "a1",
"type": "字符串",
"relationType":2
},
{
"relationId":1,
"name": "属性2",
"enName": "a2",
"type": "字符串",
"relationType":2
}
]
}curl --location --request POST 'http://develop.tianxin.supermind.quant-chi.com:8045/api/converge/modeling/attribute/insert' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"attributeDtoList": [
{
"relationId":1,
"name": "属性1",
"enName": "a1",
"type": "字符串",
"relationType":2
},
{
"relationId":1,
"name": "属性2",
"enName": "a2",
"type": "字符串",
"relationType":2
}
]
}'{"body":null,"header":{"code":200,"message":""}}