简要描述:

  • 会员观看历史

请求域名:

  • http://

请求URL:

GET/获取会员信息:&route=plugin.video-demand.api.video-demand-member.get-scan-history

参数:

参数名 是否必须 类型 说明

返回示例:

{
	"result":1,
	"msg":"ok",
	"data":{
		"total":3,
		"per_page":15,
		"current_page":1,
		"last_page":1,
		"next_page_url":null,
		"prev_page_url":null,
		"from":1,
		"to":3,
		"data":[{
			"course_goods_id":146,
			"course_title":"课程名称",
			"course_thumb":"课程图片",
			"course_chapter_id":1,
			"chapter_name":"章节名称"
		},
		{
			"course_goods_id":150,
			"course_title":"课程名称",
			"course_thumb":"课程图片",
			"course_chapter_id":2,
			"chapter_name":"章节名称"
		}]
	}
}


无观看历史时返回:

{
	"result":0,
	"msg":"无观看历史",
	"data":[]
}

返回参数说明:

参数名 类型 说明
course_goods_id string 课程id
course_title string 课程名称
course_thumb string 课程图片
lecturer_name string 讲师名称
course_chapter_id string 章节id
chapter_name string 章节名称

备注:

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