{
"projectId": "string"
}
curl --location --request POST '/api/application/getReviewForm' \
--header 'token;' \
--header 'client;' \
--header 'Content-Type: application/json' \
--data-raw '{
"projectId": "string"
}'
{
"code": 0,
"message": "string",
"data": {
"items": [
{
"formId": "string",
"projectId": "string",
"uid": "string",
"userName": "string",
"expertLevel": "string",
"result": "string",
"targets": [
{
"target": "string",
"year": "string",
"value": "string"
}
],
"answers": [
{
"questionId": "string",
"answer": "string",
"remark": "string"
}
],
"draft": true,
"createTime": 0,
"updateTime": 0
}
]
}
}