简要描述:

  • 获取会务活动详情接口

请求域名:

  • http://test.yunzshop.com

请求URL:

GET: plugin.conference.api.conference-activity.get-activity-detail

参数:

参数名 是否必须 类型 说明
i int 店铺ID
id int 活动ID

返回示例:

正确时返回:

{
	result: 1,
	msg: "成功",
	data: {
		id: 2,
		uniacid: "6",
		form_id: "24",
		title: "低等动物",
		max_limit: "3",
		starttime: "1506334380",
		endtime: "1508926380",
		thumb: "http://dev-yanglei.yunzshop.com/attachment/images/6/2017/02/pz6YURqtIUtF2622Cz62ucYfhcMuYi.jpg",
		content: "<p>qqqqdddllkuu可以和经济</p>",
		created_at: "2017-09-25 18:20:48",
		updated_at: null,
		deleted_at: null,
		sign: 1,
		no_sign: 1,
		total: 2
	}
}

错误时返回:

{
    "result":0,
    "msg":"未检测到数据!",
    "data": {
    }
}

返回参数说明:

参数名 类型 说明
id int 活动ID
form_id int 表单ID
title string 活动标题
max_limit int 最大报名人数
starttime int 活动日期 开始
endtime int 活动日期 结束
thumb string 活动图片
content string 活动介绍
created_at int 创建时间
sign int 已签到人数
no_sign int 未签到人数
total int 总报名人数人数
is_enrol int 是否报名 0未报名 1已报名
is_end int 是否结束 0未结束 1已结束

备注:

  • 更多返回错误代码请看首页的错误代码描述