curl --location --request GET 'http://develop.tianxin.supermind.quant-chi.com:8045/api/converge/modeling/node/detail?nodeId=1' \
--header 'Authorization: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE2NTg1MDA0OTYsInVzZXJJZCI6IjE1NDUzNDQ5ODI3MjYzODk3NjEifQ.DGRPQehJq2PqkR7w_z0LjNIasDtKr3_MBoq3bBEQKfM' \
--header 'Authorization;'{
"body": {
"id": 1,
"name": "企业",
"enName": "company",
"type": "entity",
"nodeDesc": "企业",
"userId": "1",
"createTime": null,
"updateTime": null,
"isValid": 1,
"attributeList": [
{
"id": 1,
"name": "股票代码",
"enName": "code",
"type": "字符串",
"userId": "1",
"isValid": 1
},
{
"id": 2,
"name": "核准时间",
"enName": "date",
"type": "\t日期",
"userId": "1",
"isValid": 1
}
],
"relationList": [
{
"id": 1,
"relation": "投资",
"enRelation": "invote",
"headNodeId": 1,
"tailNodeId": 2,
"isValid": 1,
"attributeList": [
{
"id": 1,
"name": "股票代码",
"enName": "code",
"type": "字符串",
"userId": "1",
"isValid": 1
}
],
"fromName": "企业",
"toName": "教育经历"
},
{
"id": 2,
"relation": "子公司",
"enRelation": "sub",
"headNodeId": 1,
"tailNodeId": 2,
"isValid": 1,
"attributeList": [
{
"id": 2,
"name": "核准时间",
"enName": "date",
"type": "\t日期",
"userId": "1",
"isValid": 1
}
],
"fromName": "企业",
"toName": "教育经历"
}
]
},
"header": {
"code": 200,
"message": ""
}
}