curl --location --request GET '/v1.3/xijing_complex_template/get?access_token=<ACCESS_TOKEN>×tamp=<TIMESTAMP>&nonce=<NONCE>&account_id=<ACCOUNT_ID>&page_template_id=1739' \
--header 'access_token;' \
--header 'timestamp;' \
--header 'nonce;' \
--header 'fields;' \
--data-urlencode 'account_id=<ACCOUNT_ID>' \
--data-urlencode 'page_template_id=1739'
{
"code": 0,
"message": "",
"message_cn": "",
"data": {
"page_template_id": "1739",
"page_template_name": "答题",
"page_template_cover_url": "http://xj.gdtimg.com/xjimg/0/3056343898317e79932971392ad14ef8ca27d9c3.png/0",
"page_name": "xxx",
"page_title": "xxx",
"page_config": [
{
"id": "scenes[0].gameConfig.images.pic.value",
"type": "image_id",
"info": {
"desc": "Loading 页-背景图",
"width": 750,
"height": 1334
}
},
{
"id": "scenes[0].gameConfig.props.question.title",
"type": "text",
"info": {
"desc": "Loading 页-题目文本",
"max_length": 4
}
}
]
}
}