token: ********************
{
"name": "管理员专家咨询费登记20220722",
"experts": [
{
"file": [],
"expertName": "阿萨是的",
"unit": "阿萨德",
"expertTitle": " 阿萨德",
"major": " 阿萨德",
"honor": "123",
"remark": "徐"
}
],
"estimatedTotalFee": 1000,
"memberList": [
1,
2
],
"subjectName": "测试123123",
"place": "123123",
"consultTime": "2022-07-28",
"theme": "方式大V出版",
"reimbursementWayName": "横向课题",
"reimbursementWay": 210,
"projectName": "帕金森病与其共病现象的临床调查暨在互联网技术应用下的慢病随访和护理服务(2020A610181)",
"projectId": 1,
"leaderName": "董",
"projectNumber": "2020A610181",
"projectEstimateReimbursements": [
{
"cards": [
{
"accountBalance": 4000,
"availableBalance": 3099,
"cardName": "资助(A卡)",
"cardType": 16,
"frozenAmount": 1,
"id": 16,
"originalAmount": 5000,
"receivedAmount": 5000,
"remainingAmount": 3999,
"useAmount": null
},
{
"accountBalance": 10000,
"availableBalance": 10000,
"cardName": "补助(B卡)",
"cardType": 17,
"frozenAmount": 0,
"id": 17,
"originalAmount": 10000,
"receivedAmount": 10000,
"remainingAmount": 10000,
"useAmount": null
},
{
"accountBalance": 20000,
"availableBalance": 20000,
"cardName": "配套(C卡)",
"cardType": 18,
"frozenAmount": 0,
"id": 18,
"originalAmount": 20000,
"receivedAmount": 20000,
"remainingAmount": 20000,
"useAmount": null
}
],
"estimatedAmount": "1000",
"fundType": 33,
"cardName": "补助(B卡)",
"availableBalance": 10000,
"projectFundId": 17
}
],
"member": "1,2"
}
curl --location --request POST '/expertConsultRegister/submit' \
--header 'Content-Type: application/json' \
--header 'token;' \
--data-raw '{
"name": "管理员专家咨询费登记20220722",
"experts": [
{
"file": [],
"expertName": "阿萨是的",
"unit": "阿萨德",
"expertTitle": " 阿萨德",
"major": " 阿萨德",
"honor": "123",
"remark": "徐"
}
],
"estimatedTotalFee": 1000,
"memberList": [
1,
2
],
"subjectName": "测试123123",
"place": "123123",
"consultTime": "2022-07-28",
"theme": "方式大V出版",
"reimbursementWayName": "横向课题",
"reimbursementWay": 210,
"projectName": "帕金森病与其共病现象的临床调查暨在互联网技术应用下的慢病随访和护理服务(2020A610181)",
"projectId": 1,
"leaderName": "董",
"projectNumber": "2020A610181",
"projectEstimateReimbursements": [
{
"cards": [
{
"accountBalance": 4000,
"availableBalance": 3099,
"cardName": "资助(A卡)",
"cardType": 16,
"frozenAmount": 1,
"id": 16,
"originalAmount": 5000,
"receivedAmount": 5000,
"remainingAmount": 3999,
"useAmount": null
},
{
"accountBalance": 10000,
"availableBalance": 10000,
"cardName": "补助(B卡)",
"cardType": 17,
"frozenAmount": 0,
"id": 17,
"originalAmount": 10000,
"receivedAmount": 10000,
"remainingAmount": 10000,
"useAmount": null
},
{
"accountBalance": 20000,
"availableBalance": 20000,
"cardName": "配套(C卡)",
"cardType": 18,
"frozenAmount": 0,
"id": 18,
"originalAmount": 20000,
"receivedAmount": 20000,
"remainingAmount": 20000,
"useAmount": null
}
],
"estimatedAmount": "1000",
"fundType": 33,
"cardName": "补助(B卡)",
"availableBalance": 10000,
"projectFundId": 17
}
],
"member": "1,2"
}'
{
"code": 0,
"data": null,
"jurisdiction": null,
"message": "string"
}