{
"token": "b519bcf5-e498-48fa-878a-3840d23c0502",
"param":null
}
curl --location --request POST 'https://open-auth.tezign.com/open-api/standard/v1/batch-edit-template-attr' \
--header 'Access-token: 2c33281f-f28a-40e5-a2bb-8a8e668b2804' \
--header 'Access-token;' \
--header 'Token-type: bearer' \
--header 'x-asm-prefer-tag: version-env-07' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "b519bcf5-e498-48fa-878a-3840d23c0502",
"param":null
}'
{
"code": "0",
"message": "处理成功",
"result": [
{
"attrName": "描述",
"attrCode": "CORE_DESCRIPTION",
"inputType": 10,
"attrOptions": []
},
{
"attrName": "素材发布日",
"attrCode": "CORE_RELEASE_TIME",
"inputType": 8,
"attrOptions": []
},
{
"attrName": "项目/业务线",
"attrCode": "CUSTOMER_DEPARTMENT",
"inputType": 4,
"attrOptions": [
{
"title": "大C",
"value": 7,
"id": 3055,
"pid": -1,
"secondLevelList": null
},
{
"title": "小C",
"value": 1623911131118,
"id": 3056,
"pid": -1,
"secondLevelList": null
},
{
"title": "M",
"value": 8,
"id": 3057,
"pid": -1,
"secondLevelList": null
},
{
"title": "C+M",
"value": 1623911122831,
"id": 3058,
"pid": -1,
"secondLevelList": null
},
{
"title": "无",
"value": 9999999999999,
"id": 3059,
"pid": -1,
"secondLevelList": null
}
]
}
]
}