token: ********************
{
"projectId": "string",
"papers": 0,
"sciPapers": 0,
"eiPapers": 0,
"corePapers": 0,
"otherPapers": 0,
"inventionPatents": 0,
"newPatents": 0,
"authorizePatents": 0,
"softs": 0,
"publishedMonographs": 0,
"policyAdoption": 0,
"leaderInstructions": 0,
"peopleCount": 0,
"graduatePeople": 0,
"benefit": "string",
"status": true
}
curl --location --request POST '/pm/expected/save' \
--header 'Content-Type: application/json' \
--header 'token;' \
--data-raw '{
"projectId": "string",
"papers": 0,
"sciPapers": 0,
"eiPapers": 0,
"corePapers": 0,
"otherPapers": 0,
"inventionPatents": 0,
"newPatents": 0,
"authorizePatents": 0,
"softs": 0,
"publishedMonographs": 0,
"policyAdoption": 0,
"leaderInstructions": 0,
"peopleCount": 0,
"graduatePeople": 0,
"benefit": "string",
"status": true
}'
{
"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
}
}