- 商城侧 - 后台
- 用户
- 商品
- 设置
- 营销
- 订单
- 分销
- 回调
- 供应商
- 门店
- 系统
- 财务
- 商城侧 - 门店
- 商城侧 - 收银台
- 商城侧 - 供应商
- 商城侧 - 客服
获取秒杀活动列表
GET
/adminapi/marketing/seckill
请求参数
Authorization
在 header 添加参数
Authori-Zation
示例:
Authori-Zation: ********************
Query 参数
start_status
string
可选
示例值:
1
status
string
是否开启
store_name
string
商品名称
page
string
可选
示例值:
1
limit
string
可选
示例值:
15
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/adminapi/marketing/seckill?start_status=1&status=&store_name=&page=1&limit=15' \
--header 'Authori-Zation;'
返回响应
🟢200成功
application/json
Body
status
integer
必需
msg
string
必需
data
object
必需
list
array [object {23}]
必需
count
integer
必需
示例
{
"status": 200,
"msg": "ok",
"data": {
"list": [
{
"id": 3,
"type": 1,
"name": "一号秒杀活动",
"image": "http://test.mall.86yfw.com/uploads/system/ops_admin_store_login_logo.png",
"start_day": "2023-07-12",
"end_day": "2023-07-15",
"start_time": ":",
"end_time": ":",
"time_id": [
1
],
"once_num": 1,
"num": 1,
"discount": "",
"status": 1,
"is_recommend": 0,
"link_id": 0,
"applicable_type": 1,
"applicable_store_id": [],
"is_del": 0,
"add_time": "2023-07-13 14:33:02",
"seckill": [
{
"id": 48,
"activity_id": 3
}
],
"product_count": 1,
"time_list": [
{
"id": 1,
"title": "活动1",
"start_time": "00:00",
"end_time": "23:59",
"pic": "http://test.mall.86yfw.com/uploads/system/prescription.png",
"slide": "http://test.mall.86yfw.com/uploads/system/prescription.png"
}
],
"start_name": "进行中"
}
],
"count": 1
}
}