Appearance
获取活动链接URL列表
1 接口名称
获取活动链接URL列表
2 接口描述
- 无
3 请求地址
Plain
{apiAddress}/activity/getActivityLinkList
4 请求方式
Get
5 请求参数
5.1 Header 参数
5.2 Query 参数
json
spaceActivityId:6 // 空间端活动ID
6 返回示例
JSON
{
"message": "success",
"code": 0,
"success": true,
"data": [
{
"type": 0, // 预览模式,渠道类型为0 => 1-客户端 2-公众号
"id": 0, // 预览模式,渠道ID为0
"spaceActivityId": 6,// 空间端活动ID
"thirdId": 1, // 第三方活动ID
"name": "预览链接", // 渠道名称
"preview": true, // 是否为预览模式,true是,false否
"merchantId": 0, // 商家ID
"domain": "https://testmy.tmulyun.com/lottery/index.html", // 当前活动链接前缀
"url": "https://testmy.tmulyun.com/lottery/index.html?q=wDLRF4GUPFex7Sg62CGBXQ==" // 活动活动链接
},
{
"type": 1, // 渠道类型 1-客户端 2-公众号
"id": 1,
"spaceActivityId": 6,
"thirdId": 1,
"name": "张超的APP",
"preview": false,
"merchantId": 0,
"domain": "https://testmy.tmulyun.com/lottery/index.html",
"url": "https://testmy.tmulyun.com/lottery/index.html?q=nrPUNH91GFsU1ZLfLmhI+Q=="
}
]
}