简要描述:

  • 活动详情接口

请求域名:

  • http://xx.com

请求URL:

POST:plugin.business-activity.frontend.controllers.activity.getActivityById

参数:

参数名 是否必须 类型 说明
activity_id int 活动id

返回示例:

正确时返回:

{
"result": 1,
"msg": "ok",
"data": {
"activity": {
"id": 1,
"uniacid": 2,
"goods_id": 65,
"name": "测试1",
"color": "#409EFF",
"background_thumb": "image/406eecbdc0834bb66c56af53b39f81d5.jpeg",
"background_thumb_url": "https://dev1.yunzshop.com/attachment/image/406eecbdc0834bb66c56af53b39f81d5.jpeg",
"status": 1,
"is_background": 2,
"button": 1,
"button_name": "111",
"link1": "111",
"audio_link": "111",
"thumb": "image/4c0c19670f1515d0565c42bd538edb07.jpeg",
"thumb_url": "https://dev1.yunzshop.com/attachment/image/4c0c19670f1515d0565c42bd538edb07.jpeg",
"link2": "https://www.baidu.com/",
"countdown": 1,
"countdown_time": [
"2019-05-20T16:00:00.000Z",
"2019-05-24T16:00:00.000Z"
],
"is_store": 1,
"s_name": "11",
"s_id": "9,11",
"is_rule": 1,
"rule_name": "2",
"rule_content": "111111",
"is_wheel": 1,
"wheel_name": "1111",
"wheel": "1,2",
"is_ranking": 1,
"ranking": "111",
"created_at": "1970-01-01 08:32:50",
"updated_at": "1970-01-01 08:32:50",
"has_one_good": {4 items}
},
"stores": [2 items],
"wheels": [
{
"id": 1,
"uniacid": 2,
"title": "测试1",
"thumb": "image/ebf1fb8c25eee22f90e8721fa30508d2.jpeg",
"thumb_url": "https://dev1.yunzshop.com/attachment/image/ebf1fb8c25eee22f90e8721fa30508d2.jpeg",
"link": "https://www.baidu.com",
"sid": "14",
"created_at": "2019-05-30 17:12:07",
"updated_at": "2019-05-30 17:12:07",
"has_one_store": {45 items}
},
{10 items}
],
"is_store": 1
}
}

返回参数说明:

参数名 类型 说明
result int 0:失败,1:成功
msg string 提示消息
data array 返回数据

返回参数 data.activity 说明:

参数名 类型 说明
id int 活动ID
goods_id int 商品ID
name string 活动名称
status int 活动是否启用 0不启用/1启用
color string 背景色
background_thumb string 背景图片/相对路径
background_thumb_url string 背景图片/绝对路径
is_background int 1背景色/2背景图
button int 悬浮按钮0关闭/1开启
button_name string 悬浮按钮名字:为空默认商家入驻
link1 string 目标链接:为空默认门店申请页面
audio_link string 音频链接
thumb string 广告图片/相对路径
thumb_url string 广告图片/网络路径
link2 string 广告链接
countdown int 倒计时是否开启 0不开启/1开启
countdown_time array 倒计时
is_store int 联盟商家 0不开启/1开启
s_name string 联盟商家自定义名字
is_rule int 活动规则是否开启 0不开启/1开启
is_wheel int 轮播图是否开启 0不开启/1开启
wheel string 选中轮播图id
is_ranking int 排行榜是否开启 0不开启/1开启
ranking string 排行榜自定义名称

返回参数 data.wheel 说明:

参数名 类型 说明
id int 轮播图ID
title string 标题
thumb string 图片/相对路径
thumb_url string 图片/网络路径
link string 链接
sid string 商家id
has_one_store array 商家详情

返回参数 data.is_store 说明:

参数名 类型 说明
is_store int 是否显示商家入驻按钮 1不显示/0显示

返回参数 data.share_status 说明:

参数名 类型 说明
share_status int 分享开关 1开/0关

返回参数 data.share_data 说明:

参数名 类型 说明
desc string 描述
icon string 图片
title string 标题

备注: