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

获取可用秒杀列表


接口URL

http://demonuxtapi.dishait.cn/pc/flashsale/list?page=1&usable=1

请求方式

GET

Content-Type

application/x-www-form-urlencoded

请求Header参数

参数名示例值参数类型是否必填参数描述
appidbd9d01ecc75dbbaaefceString网校唯一appid

请求Query参数

参数名示例值参数类型是否必填参数描述
page1Integer页码
usable1Integer是否可用:0否1是

成功响应示例

json5
{
	"msg": "ok",
	"data": {
		"count": 8,
		"rows": [
			{
				"flashsale_id": 13,
				"id": 107,
				"title": "我是新专栏1",
				"cover": "http://...png",
				"price": "8.66",
				"t_price": "10.00",
				"type": "column",
				"start_time": "2021-04-17T16:00:00.000Z",
				"end_time": "2021-04-18T16:00:00.000Z",
				"s_num": 10,
				"used_num": 0
			},
			// ...
		]
	},
	"code": 20000
}