null
curl --location --request POST 'http://192.168.102.224/api/openapi-aiappraise-common-1-11-release/appraise/getAppraiseList' \
--header 'Tenant-Id: NBA9999' \
--header 'Access-Token: 2b620983719628799fddc08df35b1430' \
--header 'X-User-Account: TWPAAS1200000041415' \
--header 'Current-Org-Id: TWPAAS1200000000394' \
--header 'Branch_Code: AIEVAL6' \
--header 'Content-Type: application/json' \
--data-raw 'null'
{
"responseEntity": null,
"pageInfo": {
"pageNum": 0,
"pageSize": 0,
"size": 0,
"startRow": 0,
"endRow": 0,
"total": 4,
"pages": 0,
"list": [
{
"studentId": "TWPAAS1200000041415",
"studentName": "学生001",
"totalScore": 2,
"pigeonLevel": "1",
"rank": null,
"studentCode": "T001",
"praiseCount": 1,
"improveCount": 0,
"totalCount": 1,
"praiseScore": 2,
"improveScore": 0
},
{
"studentId": "TWPAAS1200000041737",
"studentName": "学生004",
"totalScore": -3,
"pigeonLevel": "0",
"rank": null,
"studentCode": "G430223201408015689",
"praiseCount": 1,
"improveCount": 1,
"totalCount": 2,
"praiseScore": 2,
"improveScore": -5
},
{
"studentId": "TWPAAS1200000041417",
"studentName": "学生t002",
"totalScore": -5,
"pigeonLevel": "0",
"rank": null,
"studentCode": "t002",
"praiseCount": 0,
"improveCount": 1,
"totalCount": 1,
"praiseScore": 0,
"improveScore": -5
},
{
"studentId": "TWPAAS1200000041419",
"studentName": "学生t003",
"totalScore": -8,
"pigeonLevel": "0",
"rank": null,
"studentCode": "t003",
"praiseCount": 1,
"improveCount": 2,
"totalCount": 3,
"praiseScore": 2,
"improveScore": -10
}
],
"firstPage": 0,
"prePage": 0,
"nextPage": 0,
"lastPage": 0,
"isFirstPage": false,
"isLastPage": false,
"hasPreviousPage": false,
"hasNextPage": false,
"navigatePages": 0,
"navigatepageNums": null
},
"serverResult": {
"resultCode": "200",
"resultMessage": "成功",
"internalMessage": null
}
}