{
"token": "",
"param": {
"blockId": 327
}
}
curl --location --request POST 'https://open-auth.tezign.com/open-api/standard/v1/getBlockPosition' \
--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": {
"blockId": 327
}
}'
{
"code": "0",
"message": "success",
"result": [
{
"positionCode": "text_title",
"desc": "标题",
"categoryType": "text"
},
{
"positionCode": "text_content",
"desc": "详情描述",
"categoryType": "text"
},
{
"positionCode": "image_cover",
"desc": "封面图",
"categoryType": "image"
},
{
"positionCode": "image_detail",
"desc": "详情图",
"categoryType": "image"
},
{
"positionCode": "text_button_name",
"desc": "CTA文案",
"categoryType": "text"
},
{
"positionCode": "text_button_link",
"desc": "CTA跳转链接",
"categoryType": "text"
}
]
}