药房 - 自营商城(V3.0) API
  1. 秒杀活动
药房 - 自营商城(V3.0) API
  • 商城侧 - 后台
    • 用户
      • 用户等级
        • 导入商品数据
        • 添加/修改会员等级
        • 获取等级会员信息
      • 用户登录
      • 获取用户信息
      • 编辑用户信息
      • 获取会员等级记录
    • 商品
      • 商品导入
        • 佣金导入
        • 会员价导入
      • 商品审核
        • 获取商品审核列表
        • 导入商品审核表
        • 导出商品审核
        • 重新审核
        • 更新
      • 新建或修改商品
      • 获取商品详细信息
      • 获取商品列表
      • 导出商品规格信息
      • 弹窗-商品列表
    • 设置
      • 同城配送
        • 获取配送记录
      • 获取全局设置
      • 订单设置
      • 获取订单设置 
    • 营销
      • 秒杀活动
        • 保存秒杀活动
          POST
        • 获取秒杀活动列表
          GET
        • 获取秒杀详情
          GET
        • 获取秒杀商品列表
          GET
      • 抽奖活动
        • 导出中奖记录
      • 拼团
        • 保存拼团活动
        • 获取拼团详情
        • 拼团活动参与人列表
        • 拼团活动订单
      • 砍价
        • 保存砍价
        • 砍价活动详情
        • 砍价商品列表
        • 砍价统计活动参与人
        • 砍价活动订单
        • 砍价列表
    • 订单
      • 售后订单
        • 导出售后订单数据
        • 获取售后订单列表
        • 售后订单筛选类型/状态参数
        • 售后订单详情
      • 订单发送货
      • 订单核销
      • 重新推送
      • 订单售后退款
      • 获取订单详情
      • 补齐订单佣金流水
      • 导出订单
    • 分销
      • 一级分销员列表
      • 分销头部统计
    • 回调
      • UU、达达回调
    • 供应商
      • 订单
        • 售后订单
          • 售后订单筛选类型/状态参数
          • 售后订单列表
          • 售后订单详情
        • 获取订单详情
    • 门店
      • 订单
        • 获取订单详情
        • 订单列表
      • 财务
        • 门店流水
        • 门店流水导出
        • 门店流水检索条件
      • 不同产品的适配门店列表
      • 获取店铺列表
      • 获取门店分类
      • 门店列表
    • 系统
      • 获取Erp日志
      • 获取小程序设置
    • 财务
      • 提现列表导出
  • 商城侧 - 门店
    • 用户
      • 获取用户列表
      • 检索用户列表
    • 订单
      • 售后订单
        • 导出售后订单数据
        • 订单售后
        • 售后订单筛选类型/状态参数
        • 售后订单列表
      • 获取订单详情
      • 付费会员订单
      • 导出订单
      • 获取配送员列表
      • 批量自动发货
      • 批量手动发货
    • 财务
      • 门店流水检索条件
      • 门店流水
    • 获取店铺配置
      GET
    • 获取店铺配置
      GET
  • 商城侧 - 收银台
    • 获取活动商品统计
      GET
    • 获取活动商品列表
      GET
    • 获取用户列表
      GET
  • 商城侧 - 供应商
    • 订单
      • 售后订单
        • 售后订单筛选类型/状态参数
        • 获取售后订单列表
        • 同意退款
        • 同意退货
      • 获取订单详情
    • 获取配置
  • 商城侧 - 客服
    • 订单
      • 订单列表
      • 同意退款
      • 订单详情
  1. 秒杀活动

获取秒杀商品列表

GET
/adminapi/marketing/seckill/product

请求参数

Authorization
在 header 添加参数
Authori-Zation
示例:
Authori-Zation: ********************
Query 参数
start_status
string 
活动状态:
可选
status
string 
可选
是否上下架:0=下架;1=上架
示例值:
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/product?start_status=&status= &store_name= &page= 1&limit= 15' \
--header 'Authori-Zation;'

返回响应

🟢200成功
application/json
Body
status
integer 
必需
msg
string 
必需
data
object 
必需
list
array [object {50}] 
必需
count
integer 
必需
示例
{
    "status": 200,
    "msg": "ok",
    "data": {
        "list": [
            {
                "id": 165,
                "activity_id": 21,
                "type": 0,
                "product_id": 4906,
                "product_type": 0,
                "relation_id": 0,
                "image": "http://test.mall.86yfw.com/uploads/attach/2023/07/20230719/939333d65bb33888d3d9de925bd1c5cf.png",
                "images": [
                    "http://test.mall.86yfw.com/uploads/attach/2023/07/20230719/939333d65bb33888d3d9de925bd1c5cf.png",
                    "http://test.mall.86yfw.com/uploads/attach/2023/07/20230719/e4ea9b46f2fe63401aa3f1be97287e48.png"
                ],
                "title": "抽奖商品",
                "info": "",
                "price": "30.00",
                "cost": "0.00",
                "ot_price": "50.00",
                "give_integral": "0.00",
                "sort": 0,
                "stock": 9968,
                "sales": 0,
                "unit_name": "件",
                "postage": "0.00",
                "description": null,
                "start_time": "1690819200",
                "stop_time": "1691078400",
                "add_time": "2023-08-03 14:25:00",
                "status": 0,
                "is_postage": 0,
                "is_hot": 0,
                "is_del": 0,
                "num": 1,
                "is_show": 1,
                "time_id": [
                    1,
                    3,
                    4
                ],
                "temp_id": 0,
                "weight": "0.00",
                "volume": "0.00",
                "quota": 12,
                "quota_show": 12,
                "once_num": 1,
                "is_support_refund": 1,
                "delivery_type": [
                    "1",
                    "3",
                    "2"
                ],
                "freight": 1,
                "custom_form": [],
                "system_form_id": 0,
                "applicable_type": 1,
                "applicable_store_id": [],
                "store_label_id": [
                    "5"
                ],
                "ensure_id": [],
                "specs": [],
                "store_name": "抽奖商品",
                "start_name": "已结束",
                "_stop_time": "2023-08-04 23:59:59",
                "stop_status": 0
            },
            {
                "id": 164,
                "activity_id": 21,
                "type": 0,
                "product_id": 4881,
                "product_type": 99,
                "relation_id": 0,
                "image": "https://oss.tw-yun.com/beta/standard_library/product_img_v2/1327373/640c4f693f947.jpg?v=0&x-oss-process=style/standard-img-thumbnail-800_800",
                "images": [
                    "https://oss.tw-yun.com/beta/standard_library/product_img_v2/1327373/640c4f693f947.jpg?v=0&x-oss-process=style/standard-img-thumbnail-800_800",
                    "https://oss.tw-yun.com/beta/standard_library/product_img_v2/1327373/640c4f693fa69.jpg?v=0&x-oss-process=style/standard-img-thumbnail-800_800",
                    "https://oss.tw-yun.com/beta/standard_library/product_img_v2/1327373/640c4f693fb08.jpg?v=0&x-oss-process=style/standard-img-thumbnail-800_800"
                ],
                "title": "0.01聚氨酯避孕套 6只",
                "info": "",
                "price": "30.00",
                "cost": "0.00",
                "ot_price": "20.00",
                "give_integral": "0.00",
                "sort": 0,
                "stock": 6,
                "sales": 0,
                "unit_name": "件",
                "postage": "0.00",
                "description": null,
                "start_time": "1690819200",
                "stop_time": "1691078400",
                "add_time": "2023-08-03 14:21:23",
                "status": 1,
                "is_postage": 0,
                "is_hot": 0,
                "is_del": 1,
                "num": 1,
                "is_show": 1,
                "time_id": [
                    1,
                    3,
                    4
                ],
                "temp_id": 1,
                "weight": "0.00",
                "volume": "0.00",
                "quota": 3,
                "quota_show": 3,
                "once_num": 1,
                "is_support_refund": 1,
                "delivery_type": [
                    "2",
                    "3",
                    "1"
                ],
                "freight": 3,
                "custom_form": [],
                "system_form_id": 0,
                "applicable_type": 1,
                "applicable_store_id": [],
                "store_label_id": [],
                "ensure_id": [],
                "specs": [],
                "store_name": "0.01聚氨酯避孕套 6只",
                "start_name": "已删除",
                "_stop_time": "2023-08-04 23:59:59",
                "stop_status": 0
            },
            {
                "id": 163,
                "activity_id": 21,
                "type": 0,
                "product_id": 4906,
                "product_type": 0,
                "relation_id": 0,
                "image": "http://test.mall.86yfw.com/uploads/attach/2023/07/20230719/939333d65bb33888d3d9de925bd1c5cf.png",
                "images": [
                    "http://test.mall.86yfw.com/uploads/attach/2023/07/20230719/939333d65bb33888d3d9de925bd1c5cf.png",
                    "http://test.mall.86yfw.com/uploads/attach/2023/07/20230719/e4ea9b46f2fe63401aa3f1be97287e48.png"
                ],
                "title": "抽奖商品",
                "info": "",
                "price": "30.00",
                "cost": "0.00",
                "ot_price": "50.00",
                "give_integral": "0.00",
                "sort": 0,
                "stock": 9968,
                "sales": 0,
                "unit_name": "件",
                "postage": "0.00",
                "description": null,
                "start_time": "1690819200",
                "stop_time": "1691078400",
                "add_time": "2023-08-03 14:21:23",
                "status": 1,
                "is_postage": 0,
                "is_hot": 0,
                "is_del": 1,
                "num": 1,
                "is_show": 1,
                "time_id": [
                    1,
                    3,
                    4
                ],
                "temp_id": 0,
                "weight": "0.00",
                "volume": "0.00",
                "quota": 123,
                "quota_show": 123,
                "once_num": 1,
                "is_support_refund": 1,
                "delivery_type": [
                    "1",
                    "3",
                    "2"
                ],
                "freight": 1,
                "custom_form": [],
                "system_form_id": 0,
                "applicable_type": 1,
                "applicable_store_id": [],
                "store_label_id": [
                    "5"
                ],
                "ensure_id": [],
                "specs": [],
                "store_name": "抽奖商品",
                "start_name": "已删除",
                "_stop_time": "2023-08-04 23:59:59",
                "stop_status": 0
            },
            {
                "id": 162,
                "activity_id": 20,
                "type": 0,
                "product_id": 4906,
                "product_type": 0,
                "relation_id": 0,
                "image": "http://test.mall.86yfw.com/uploads/attach/2023/07/20230719/939333d65bb33888d3d9de925bd1c5cf.png",
                "images": [
                    "http://test.mall.86yfw.com/uploads/attach/2023/07/20230719/939333d65bb33888d3d9de925bd1c5cf.png",
                    "http://test.mall.86yfw.com/uploads/attach/2023/07/20230719/e4ea9b46f2fe63401aa3f1be97287e48.png"
                ],
                "title": "抽奖商品",
                "info": "",
                "price": "30.00",
                "cost": "0.00",
                "ot_price": "50.00",
                "give_integral": "0.00",
                "sort": 0,
                "stock": 9968,
                "sales": 0,
                "unit_name": "件",
                "postage": "0.00",
                "description": null,
                "start_time": "1690905600",
                "stop_time": "1691078400",
                "add_time": "2023-08-03 14:15:05",
                "status": 1,
                "is_postage": 0,
                "is_hot": 0,
                "is_del": 1,
                "num": 3,
                "is_show": 1,
                "time_id": [
                    2,
                    1,
                    3
                ],
                "temp_id": 0,
                "weight": "0.00",
                "volume": "0.00",
                "quota": 123,
                "quota_show": 123,
                "once_num": 1,
                "is_support_refund": 1,
                "delivery_type": [
                    "1",
                    "3",
                    "2"
                ],
                "freight": 1,
                "custom_form": [],
                "system_form_id": 0,
                "applicable_type": 1,
                "applicable_store_id": [],
                "store_label_id": [
                    "5"
                ],
                "ensure_id": [],
                "specs": [],
                "store_name": "抽奖商品",
                "start_name": "已删除",
                "_stop_time": "2023-08-04 23:59:59",
                "stop_status": 0
            }
        ],
        "count": 4
    }
}
上一页
获取秒杀详情
下一页
导出中奖记录
Built with