curl --location --request GET 'http://hy-register:9999/veteran/collectRecord/getDetailsById/' \
--header 'Authorization: Bearer {{token}}'
{
"code": 0,
"msg": null,
"data": {
"id": 0,
"createBy": 0,
"createName": "string",
"createTime": "string",
"updateTime": null,
"tenantId": 0,
"name": "string",
"workExperience": "string",
"educationalType": "string",
"salaryStart": 0,
"salaryEnd": 0,
"publishStatus": "string",
"jobLabel": "string",
"sort": 0,
"jobSummary": "string",
"enterpriseId": 0,
"labelNames": null,
"labelIds": null,
"address": null
}
}