获取指定活动模板
接口
GET /api/activity/:id/template授权
Authorization: Bearer <accessToken>
Content-Type: application/json参数
请求样例
/api/activity/8728620/template响应
响应样例
最后更新于
这有帮助吗?
GET /api/activity/:id/templateAuthorization: Bearer <accessToken>
Content-Type: application/json/api/activity/8728620/template最后更新于
这有帮助吗?
这有帮助吗?
{
"data": {
"imgLogo": "https://shangzhibo-img.b0.upaiyun.com/system/custom/shangzhibo/logo.svg",
"imgCover": "https://shangzhibo-img.b0.upaiyun.com/client/user/100020/1507690130834/1507690130805_01.jpg",
"imgMobileCover": "https://shangzhibo-img.b0.upaiyun.com/system/activity/template/default-mobile-index.png",
"followImg": "https://shangzhibo-img.b0.upaiyun.com/system/activity/template/followImg.jpg"
"imgBackground": "https://shangzhibo-img.b0.upaiyun.com/client/user/100020/1507693918419/1507693918391_08.jpg",
},
"updatedAt": "2019-04-18T03:04:56.000Z"
}