curl --location --request GET 'http://192.168.1.117:9999/veteran/veteranBasic/relation/' \
--header 'Authorization: Bearer {{token}}'
{
"code": 0,
"msg": null,
"data": {
"同社区": [
{
"id": 95,
"name": "蒙凡",
"isParty": "0"
},
{
"id": 96,
"name": "叶远",
"isParty": "0"
}
],
"同党组织": [
{
"id": 95,
"name": "蒙凡",
"isParty": "0"
},
{
"id": 96,
"name": "叶远",
"isParty": "0"
},
{
"id": 98,
"name": "陈x明",
"isParty": "0"
}
],
"校友": [
{
"id": 95,
"name": "蒙凡",
"isParty": "0"
},
{
"id": 97,
"name": "周清",
"isParty": "0"
},
{
"id": 98,
"name": "陈x明",
"isParty": "0"
}
],
"同期安置": [
{
"id": 97,
"name": "周清",
"isParty": "0"
},
{
"id": 98,
"name": "陈x明",
"isParty": "0"
}
],
"战友": [
{
"id": 95,
"name": "蒙凡",
"isParty": "0"
},
{
"id": 96,
"name": "叶远",
"isParty": "0"
},
{
"id": 97,
"name": "周清",
"isParty": "0"
},
{
"id": 98,
"name": "陈x明",
"isParty": "0"
}
],
"同乡": [
{
"id": 95,
"name": "蒙凡",
"isParty": "0"
},
{
"id": 96,
"name": "叶远",
"isParty": "0"
},
{
"id": 97,
"name": "周清",
"isParty": "0"
}
]
}
}