秒殺活動首頁

簡要描述
  • 秒殺活動首頁
請求url
  • https://www.商城域名.com/index.php?s=/api/sharp.home/data
請求方式
  • GET
是否需授權登錄
請求header
參數名 類型 是否必須 示例值 說明
storeId int 必填 10001 商城ID
platform string 必填 H5 當前請求的客戶端(APP、小程序、H5等)
Access-Token string 選填 - 當前登錄用戶的 Token
返回示例
{
  "status": 200,
  "message": "success",
  "data": {
    "tabbar": [
      {
        "active_id": 10027,
        "active_time_id": 10120,
        "active_time": "20:00",
        "start_time": "2022-02-28 20:00",
        "end_time": "2022-02-28 21:00",
        "count_down_time": "2022-02-28 21:00",
        "status": 10,
        "status_text": "已開搶",
        "status_text2": "正在瘋搶",
        "sharp_modular_text": "正在瘋搶"
      },
      {
        "active_id": 10027,
        "active_time_id": 10121,
        "active_time": "21:00",
        "start_time": "2022-02-28 21:00",
        "end_time": "2022-02-28 22:00",
        "count_down_time": "2022-02-28 21:00",
        "status": 20,
        "status_text": "即將開搶",
        "status_text2": "即將開搶",
        "sharp_modular_text": "21:00 場預告"
      },
      {
        "active_id": 10027,
        "active_time_id": 10122,
        "active_time": "22:00",
        "start_time": "2022-02-28 22:00",
        "end_time": "2022-02-28 23:00",
        "count_down_time": "2022-02-28 22:00",
        "status": 20,
        "status_text": "即將開搶",
        "status_text2": "即將開搶",
        "sharp_modular_text": "22:00 場預告"
      }
    ],
    "goodsList": {
      "total": 2,
      "per_page": 15,
      "current_page": 1,
      "last_page": 1,
      "data": [
        {
          "sharp_goods_id": 10028,
          "goods_id": 10018,
          "spec_type": 10,
          "seckill_price_min": "12.90",
          "seckill_price_max": "12.90",
          "deduct_stock_type": 10,
          "limit_num": 999,
          "seckill_stock": 99,
          "goods_name": "簡約風條紋客廳沙發臥室床頭抱枕靠墊套",
          "goods_image": "41cdb778199f99ebebb6090680f382fc.png",
          "original_price": "49.90",
          "sales_actual": 56,
          "progress": 56
        },
        {
          "sharp_goods_id": 10030,
          "goods_id": 10019,
          "spec_type": 10,
          "seckill_price_min": "32.80",
          "seckill_price_max": "32.80",
          "deduct_stock_type": 10,
          "limit_num": 1,
          "seckill_stock": 199,
          "goods_name": "清野の木 56L灰色特大號 塑料收納箱整理箱環保加厚儲物箱",
          "goods_image": "2a6e0c0ea7d1e5f0f2ac3e406198850c.jpg",
          "original_price": "32.80",
          "sales_actual": 37,
          "progress": 18
        }
      ]
    }
  }
}
返回參數
參數名 類型 示例值 說明
status int 200 請求狀態(200:請求成功;500:請求錯誤/失敗)
message string success 請求結果的信息,默認為 success
data object - 返回的業務數據
data 參數
參數名 類型 示例值 說明
tabbar array - 會場列表
goodsList object - 秒殺商品列表
data.tabbar 參數
參數名 類型 示例值 說明
active_id int 10027 活動會場ID
active_time_id int 10120 活動場次ID
active_time string 20:00 場次時間(0點-23點)
start_time string 2022-02-28 20:00 開始時間
end_time string 2022-02-28 21:00 結束時間
count_down_time string 2022-02-28 21:00 倒計時時間
status int 10 活動狀態 (0禁用 1啟用)
status_text string 已開搶 活動狀態文字描述
status_text2 string 正在瘋搶 活動狀態文字描述2
sharp_modular_text string 正在瘋搶 活動狀態文字描述3(僅用于首頁組件)
data.goodsList 參數
參數名 類型 示例值 說明
total int 2 總記錄數
per_page int 15 每頁數量
current_page int 1 當前頁碼
last_page int 1 最后頁碼
data array - 列表數據
data.goodsList.data 參數
參數名 類型 示例值 說明
sharp_goods_id int 10028 秒殺商品ID
goods_id int 10018 商品ID
spec_type int 10 商品規格 (10單規格 20多規格)
seckill_price_min string 12.90 秒殺價格 (最低)
seckill_price_max string 12.90 秒殺價格 (最高)
deduct_stock_type int 10 庫存計算方式 (僅支持下單減庫存)
limit_num int 999 限購數量 (0為不限制)
seckill_stock int 99 商品庫存總量
goods_name string 簡約風條紋客廳沙發臥室床頭抱枕靠墊套 商品名稱/標題
goods_image string 41cdb778199f99ebebb6090680f382fc.png 排序 (數字越小越靠前)
original_price string 49.90 商品原價
sales_actual int 56 顯示銷量(初始銷量+實際銷量)
progress int 56 秒殺進度(0%-100%)