{
"giftName": "嘻嘻1",
"useScore": "20",
"classId": "NBA9999S600000000036"
}
curl --location --request POST 'http://192.168.102.224/api/openapi-aiappraise-common-1-11-release/gift/addGift' \
--header 'Tenant-Id: NBA9999' \
--header 'Access-Token: 0e04c74bbf9fbb7c82525f144af49410' \
--header 'X-User-Account: TWPAAS1200000041411' \
--header 'Current-Org-Id: TWPAAS1200000000394' \
--header 'Branch_Code: AIEVAL6' \
--header 'Content-Type: application/json' \
--data-raw '{
"giftName": "嘻嘻1",
"useScore": "20",
"classId": "NBA9999S600000000036"
}'
{
"responseEntity": {
"giftId": "string",
"giftName": "string",
"iconPath": "string",
"giftLevel": "string",
"giftType": "string",
"useScore": 0,
"classId": null,
"creatorId": "string",
"status": null,
"createTime": "string",
"lastModifyTime": "string",
"orgId": "string"
},
"pageInfo": null,
"serverResult": {
"resultCode": "string",
"resultMessage": "string",
"internalMessage": null
}
}