{
"templateId":"621dac5ae4b0354bde8219e2"
}
curl --location --request POST 'https://api.pro.surongyun.cn/apaas/openapi/poster/config/detail' \
--header 'x-apaas-accessToken;' \
--header 'Content-Type: application/json' \
--data-raw '{
"templateId":"621dac5ae4b0354bde8219e2"
}'
{
"code": 0,
"msg": "success",
"result": {
"templateId": "621dac5ae4b0354bde8219e2",
"templateName": "模板的说明信息",
"templateDes": "模板的描述信息",
"posterConfig": {
"width": 220,
"height": 220,
"backgroundColor": "#FFFFFF",
"blocks": [],
"texts": [],
"images": [
{
"url": "{qrcodeContent}",
"x": 10,
"y": 10,
"width": 200,
"height": 200,
"qrCode": true
}
],
"lines": []
},
"createTime": 1646111834121
},
"resultInfo": null
}