{
"token": "",
"param": {
"blockId": 327
}
}
curl --location --request POST 'https://open-auth.tezign.com/open-api/standard/v1/getBlockInfo' \
--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": "处理成功",
"result": {
"portalId": "2A7A83B058B3FEC49E9C39150B860466",
"blockId": 327,
"title": "最新消息>内容详情",
"type": 3,
"contentCount": 100,
"navigators": [
{
"name": "常见问题",
"code": "tags",
"value": "240"
},
{
"name": "拯救者联盟",
"code": "tags",
"value": "277"
},
{
"name": "超级互联",
"code": "tags",
"value": "278"
}
]
}
}