{
"gradeId": "1",
"medalIds": [
"NBA9999S3"
],
"model": "1",
"target1": "1",
"target2": "1",
"target3": "1",
"modelName": "争章模式"
}
curl --location --request POST 'http://192.168.102.224/api/openapi-aiappraise-common-1-11-release/medal/addMedalConfig' \
--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",
"medalIds": [
"NBA9999S3"
],
"model": "1",
"target1": "1",
"target2": "1",
"target3": "1",
"modelName": "争章模式"
}'
{
"responseEntity": {
"medalId": "string",
"gradeId": null,
"type": null,
"name": null,
"description": null,
"obtainStandard": null,
"icon": null,
"cardId": null,
"status": null,
"creatorId": null,
"createTime": null,
"lastUpdateTime": null,
"orgId": null,
"gradeName": null,
"typeName": null,
"termId": null,
"projectId": null,
"score": 0,
"upperLimit": 0,
"medalConTemplateList": null
},
"pageInfo": null,
"serverResult": {
"resultCode": "string",
"resultMessage": "string",
"internalMessage": null
}
}