curl --location --request GET '/v1.3/xijing_template/get' \
--header 'access_token;' \
--header 'timestamp;' \
--header 'nonce;' \
--header 'fields;' \
--data-urlencode 'account_id=<ACCOUNT_ID>' \
--data-urlencode 'template_id=1006'
{
"code": 0,
"message": "",
"message_cn": "",
"data": {
"page_template_id": 1006,
"page_type": "TEMPLATE_TYPE_ANDROID",
"page_name": "",
"page_title": "",
"component_spec_list": [
{
"type": "COMPONENT_TYPE_VIDEO",
"video_spec": {
"video_id": ""
}
},
{
"type": "COMPONENT_TYPE_TEXT",
"text_spec": {
"text": ""
}
},
{
"type": "COMPONENT_TYPE_IMAGES",
"image_list_spec": {
"image_list": [
{
"image_id": ""
}
]
}
},
{
"type": "COMPONENT_TYPE_BUTTON",
"button_spec": {
"text": ""
}
},
{
"type": "COMPONENT_TYPE_APP_INFO_BUTTON",
"app_info_button_spec": {
"text": ""
}
},
{
"type": "COMPONENT_TYPE_FIXED_BUTTON",
"fixed_button_spec": {
"desc": ""
}
}
],
"mobile_app_id": ""
}
}