简要描述:

  • 开品实验室--开品列表

请求域名:

  • http://xx.com

请求URL:

POST:https://dev15.yunzmall.com/business/25/plugin/eventRegistration/getGoods?i=25&mid=164138&type=5&cid=11&student_id=30

参数:

参数名 是否必须 类型 说明

返回示例:

正确时返回:

{
	result: 1
	msg: "ok"
	data: [{
		id: 37167,
		title: "赛事报名1",
		status_name: null,
		group: [{
			level: 1
			group_name: "a"
		}, {
			level: 2
			group_name: "b"
		}, {
			level: 3
			group_name: "c"
		}]
	}],
}

错误时返回:


返回参数说明:

参数名 类型 说明
id int 商品id
title string 商品名称
group array 活动分组
group[n].level int 活动排序
group[n].group_name string 组别名称

备注:

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