{
"pageIndex": 0,
"pageSize": 0,
"projectName": "string",
"questionType": "string",
"questionLevel": "string",
"supervisoryLevel": "string",
"projectType": "string",
"registerDateStart": "string",
"registerDateEnd": "string",
"dataStatus": [
"string"
],
"isFindProblem": "string",
"supervisionTimeStart": "string",
"supervisionTimeEnd": "string",
"requestSource": 0,
"projectPhase": "string",
"commonTreeDto": {
"unitId": "string",
"allpath": "string",
"level": "string",
"type": "string",
"name": "string"
}
}
curl --location --request POST 'http://172.168.1.18:8657/sz-prodcut//szProjectInfoQuestion/getQuestionList.do' \
--header 'Cookie: JSESSIONID=598E4F80CC13CF23B6FB096103875F74' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageIndex": 0,
"pageSize": 0,
"projectName": "string",
"questionType": "string",
"questionLevel": "string",
"supervisoryLevel": "string",
"projectType": "string",
"registerDateStart": "string",
"registerDateEnd": "string",
"dataStatus": [
"string"
],
"isFindProblem": "string",
"supervisionTimeStart": "string",
"supervisionTimeEnd": "string",
"requestSource": 0,
"projectPhase": "string",
"commonTreeDto": {
"unitId": "string",
"allpath": "string",
"level": "string",
"type": "string",
"name": "string"
}
}'
{
"data": {
"cpage": 1,
"totalitem": 0,
"totalpage": 0,
"pagesize": 10,
"nextpage": 1,
"previouspage": 1,
"hasnextpage": false,
"hasprevioupage": false,
"hasfristpage": false,
"hasendpage": false,
"list": [
{
"insertTime": 1643088957000,
"questionRemark": null,
"feedbackPerson": "FzgitV7cXp",
"scDept": "44f5a41ddd7545fb879bfb20d7eed963",
"projectType": "2c288e3d88fbcdcb0188fbda730c001e",
"questionSeverity": null,
"dataStatus": 1,
"supervisionTime": "2025-03-05",
"isFindProblem": 1,
"projectChildType": null,
"projectName": "宿迁市级项目--张蕾",
"questionType": null,
"rectificationEndDate": null
}
],
"map": null
},
"msg": "成功",
"code": 0,
"success": true
}