{
"gradeId": "1",
"numPerPage": 10,
"pageNo": 1,
"termId":"NBA9999S600000000000"
}
curl --location --request POST 'http://192.168.102.224/api/openapi-aiappraise-common-1-11-release/medal/medal/getMedalConfigList' \
--header 'Tenant-Id: NBA9999' \
--header 'Access-Token: a8043c70142965f070d4b5b8d3d92029' \
--header 'X-User-Account: TWPAAS1200000041411' \
--header 'Current-Org-Id: TWPAAS1200000000394' \
--header 'Branch_Code: AIEVAL6' \
--header 'Content-Type: application/json' \
--data-raw '{
"gradeId": "1",
"numPerPage": 10,
"pageNo": 1,
"termId":"NBA9999S600000000000"
}'
{
"responseEntity": null,
"pageInfo": {
"pageNum": 1,
"pageSize": 10,
"size": 3,
"startRow": 1,
"endRow": 3,
"total": 3,
"pages": 1,
"list": [
{
"medalConfigId": "NBA9999S36",
"gradeId": "1",
"model": "1",
"target1": "NBA9999S1226",
"target2": "NBA9999S1231",
"target3": "NBA9999S1217",
"comment": null,
"status": "1",
"createTime": "2023-08-21 17:25:17",
"lastUpdateTime": "2023-08-21 17:25:17",
"oldMedalConfigId": null,
"orgId": "TWPAAS1200000000394",
"gradeName": "一年级",
"medalList": [
{
"medalConfigId": "NBA9999S36",
"medalId": "NBA9999S68",
"medalName": "的风格"
}
],
"target1Name": null,
"target2Name": null,
"target3Name": null,
"termId": "NBA9999S600000000000",
"projectId": "NBA9999S9"
},
{
"medalConfigId": "NBA9999S23",
"gradeId": "1",
"model": "1",
"target1": "NBA9999S1226",
"target2": "NBA9999S1231",
"target3": "NBA9999S1217",
"comment": null,
"status": "1",
"createTime": "2023-08-21 11:24:44",
"lastUpdateTime": "2023-08-21 11:24:44",
"oldMedalConfigId": null,
"orgId": "TWPAAS1200000000394",
"gradeName": "一年级",
"medalList": [
{
"medalConfigId": "NBA9999S23",
"medalId": "NBA9999S69",
"medalName": "的发射点"
}
],
"target1Name": null,
"target2Name": null,
"target3Name": null,
"termId": "NBA9999S600000000000",
"projectId": "NBA9999S9"
},
{
"medalConfigId": "NBA9999S18",
"gradeId": "1",
"model": "1",
"target1": "NBA9999S1226",
"target2": "NBA9999S1231",
"target3": "NBA9999S1217",
"comment": null,
"status": "1",
"createTime": "2023-08-17 19:08:03",
"lastUpdateTime": "2023-08-17 19:08:03",
"oldMedalConfigId": null,
"orgId": "TWPAAS1200000000394",
"gradeName": "一年级",
"medalList": [
{
"medalConfigId": "NBA9999S18",
"medalId": "NBA9999S69",
"medalName": "的发射点"
}
],
"target1Name": null,
"target2Name": null,
"target3Name": null,
"termId": "NBA9999S600000000000",
"projectId": "NBA9999S9"
}
],
"firstPage": 1,
"prePage": 0,
"nextPage": 0,
"lastPage": 1,
"isFirstPage": true,
"isLastPage": true,
"hasPreviousPage": false,
"hasNextPage": false,
"navigatePages": 8,
"navigatepageNums": [
1
]
},
"serverResult": {
"resultCode": "200",
"resultMessage": "成功",
"internalMessage": null
}
}