Skip to content
关注公众号,获取新课通知

查看网校用户订阅列表


接口URL

http://demonuxtapi.dishait.cn/admin/s/order_item?page=1&user_id=3&type=course&comment=1

请求方式

GET

Content-Type

application/x-www-form-urlencoded

请求Header参数

参数名示例值参数类型是否必填参数描述
tokeneyj...NjString用户token
schoolid11Integer网校id

请求Query参数

参数名示例值参数类型是否必填参数描述
page1Integer页码
user_id3Integer用户id
typecourseString类型:course课程,column专栏
comment1Integer课程评价:0否,1是

成功响应示例

json5
{
	"msg": "ok",
	"data": {
		"total": 1,
		"items": [
			{
				"created_time": "2021-02-28T16:00:00.000Z",
				"id": 4,
				"price": "9.98",
				"title": "第二个图文",
				"type": "media",
				"comment": "哈哈哈",
				"comment_time": "2021-03-01T16:00:00.000Z"
			},
			// ...
		]
	},
	"code": 20000
}