token: ********************
{
"primaryAssociation": "测试一级学会",
"applicantId": 1,
"appointmentDateStart": "2025-02-01",
"positionalTitle": 90,
"appointmentType": "1",
"id": 1,
"originalMemberName": "张三",
"studyGroup": "学组1",
"associationLevel": 38,
"positionalTitleLevel": 22,
"statusName": "党要清数外革",
"appointmentDateEnd": "2025-12-01",
"jobType": 50,
"secondaryAssociation": "二级学会",
"youngCommittee": "1",
"customAuditUser": {
"deptLeaderName": "管理员(请勿选择)",
"deptLeader": 1
},
"departmentId": 77,
"files": [
{
"identification": "paperOriginalFile",
"name": "摘要照片或论文原件",
"required": true,
"format":"",
"descr": "上传论文原件",
"template": "",
"files": [
{
"id": "d7b2189b151f445a85931d3669697358",
"name": "ISSN 1674-6880.pdf",
"type": "application"
}
]
},
{
"identification": "paperPublicSelfInspection",
"name": "论文发表自查表",
"required": true,
"format":"",
"descr": "",
"template": "/fileDownload/downloadTemplate/18",
"files": []
}
]
}
curl --location --request POST '/academicParticipation/submit' \
--header 'Content-Type: application/json' \
--header 'token;' \
--data-raw '{
"primaryAssociation": "测试一级学会",
"applicantId": 1,
"appointmentDateStart": "2025-02-01",
"positionalTitle": 90,
"appointmentType": "1",
"id": 1,
"originalMemberName": "张三",
"studyGroup": "学组1",
"associationLevel": 38,
"positionalTitleLevel": 22,
"statusName": "党要清数外革",
"appointmentDateEnd": "2025-12-01",
"jobType": 50,
"secondaryAssociation": "二级学会",
"youngCommittee": "1",
"customAuditUser": {
"deptLeaderName": "管理员(请勿选择)",
"deptLeader": 1
},
"departmentId": 77,
"files": [
{
"identification": "paperOriginalFile",
"name": "摘要照片或论文原件",
"required": true,
"format":"",
"descr": "上传论文原件",
"template": "",
"files": [
{
"id": "d7b2189b151f445a85931d3669697358",
"name": "ISSN 1674-6880.pdf",
"type": "application"
}
]
},
{
"identification": "paperPublicSelfInspection",
"name": "论文发表自查表",
"required": true,
"format":"",
"descr": "",
"template": "/fileDownload/downloadTemplate/18",
"files": []
}
]
}'
{
"code": 0,
"message": "",
"data": {},
"jurisdiction": {
"token": "",
"menuButtonVos": [
{
"id": 0,
"parentId": 0,
"name": "",
"path": "",
"icon": "",
"children": [
{
"id": 0,
"parentId": 0,
"name": "",
"path": "",
"icon": "",
"children": [],
"type": "",
"sort": 0,
"level": 0,
"status": "",
"routeList": [
{
"id": 0,
"name": "",
"url": "",
"methodType": "",
"methodName": "",
"className": "",
"type": ""
}
],
"routes": [
0
]
}
],
"type": "",
"sort": 0,
"level": 0,
"status": "",
"routeList": [
{
"id": 0,
"name": "",
"url": "",
"methodType": "",
"methodName": "",
"className": "",
"type": ""
}
],
"routes": [
0
]
}
],
"urls": {
"": ""
},
"matchUrl": {
"": ""
},
"user": {
"id": 0,
"name": "",
"password": "",
"sex": "",
"birthday": "",
"educationBackground": 0,
"degree": "",
"politicsStatus": 0,
"phone": "",
"telephoneCornet": "",
"identificationCardNumber": "",
"address": "",
"loginName": "",
"individualitySignature": "",
"status": ""
},
"latest": false,
"whetherDefaultPassword": false
}
}