{
"token": "",
"param": {
"id": 3327
}
}
curl --location --request POST 'https://open-auth.tezign.com/open-api/standard/v1/queryContentTags' \
--header 'Access-token: b46eda34-bf02-452b-b518-75d68a7159ab' \
--header 'Token-type: bearer' \
--header 'x-asm-prefer-tag: version-env-07' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "",
"param": {
"id": 3327
}
}'
{
"code": "0",
"message": "success",
"result": [
{
"options": [
{
"title": "海淀",
"value": "hd"
},
{
"title": "朝阳",
"value": "cy"
}
],
"attrCode": "address",
"attrName": "地址"
}
]
}