{
"constantId": "NBA9999S200074"
}
curl --location --request POST 'http://192.168.102.224/api/constant/delConstant' \
--header 'Tenant-Id: NBA9999' \
--header 'Access-Token: 2b620983719628799fddc08df35b1430' \
--header 'X-User-Account: TWPAAS1200000041411' \
--header 'Current-Org-Id: TWPAAS1200000000394' \
--header 'Branch_Code: AIEVAL6' \
--header 'Content-Type: application/json' \
--data-raw '{
"constantId": "NBA9999S200074"
}'
{
"responseEntity": {
"constantId": "1",
"parentId": null,
"constantType": null,
"constantValue": null,
"constantName": null,
"sortNo": null,
"lang": null,
"status": "0",
"lastModifyTime": "2023-08-21 11:39:20",
"orgId": null,
"creatorId": null,
"projectId": null,
"termId": null
},
"pageInfo": null,
"serverResult": {
"resultCode": "200",
"resultMessage": "成功",
"internalMessage": null
}
}