我的砍價列表

簡要描述
  • 我的砍價列表
請求url
  • https://www.商城域名.com/index.php?s=/api/bargain.task/list
請求方式
  • GET
是否需授權登錄
請求header
參數名 類型 是否必須 示例值 說明
storeId int 必填 10001 商城ID
platform string 必填 H5 當前請求的客戶端(APP、小程序、H5等)
Access-Token string 選填 - 當前登錄用戶的 Token
請求參數
參數名 類型 是否必須 示例值 說明
page int 選填 1 當前頁碼
返回示例
{
  "status": 200,
  "message": "success",
  "data": {
    "list": {
      "total": 2,
      "per_page": 15,
      "current_page": 1,
      "last_page": 1,
      "data": [
        {
          "active_id": 10004,
          "goods_id": 10020,
          "start_time": "2021-07-01 00:00:00",
          "end_time": "2022-07-30 00:00:00",
          "expiryt_time": 2,
          "floor_price": "1.00",
          "is_floor_buy": 0,
          "share_title": "麻煩幫我砍一刀!我真的很想要了,愛你喲!(?′?‵?)",
          "prompt_words": "\"朋友一生一起走,幫砍一刀有沒有\"",
          "status": 1,
          "active_sales": 127,
          "goods": {},
          "goods_name": "耐克 男子 NIKE AIR FORCE 1'07 運動鞋",
          "goods_image": "b72822760ccc4bb892cc658b33af939e.jpg",
          "original_price": "599.00",
          "helpList": [],
          "helpsCount": 0,
          "is_start": true,
          "is_end": false
        },
        {
          "active_id": 10007,
          "goods_id": 10018,
          "start_time": "2022-02-28 14:41:20",
          "end_time": "2022-03-07 14:41:20",
          "expiryt_time": 2,
          "floor_price": "9.90",
          "is_floor_buy": 1,
          "share_title": "麻煩幫我砍一刀!我真的很想要了,愛你喲!(?′?‵?)",
          "prompt_words": "\"朋友一生一起走,幫砍一刀有沒有\"",
          "status": 1,
          "active_sales": 0,
          "goods": {},
          "goods_name": "簡約風條紋客廳沙發臥室床頭抱枕靠墊套",
          "goods_image": "41cdb778199f99ebebb6090680f382fc.png",
          "original_price": "49.90",
          "helpList": [
            {
              "user_id": 10125,
              "user": {
                "user_id": 10125,
                "nick_name": "昔年",
                "avatar_id": 10738,
                "avatar_url": "230b880c338df99ffbdd502b42ca7dce.png"
              }
            }
          ],
          "helpsCount": 1,
          "is_start": true,
          "is_end": false
        }
      ]
    }
  }
}
返回參數
參數名 類型 示例值 說明
status int 200 請求狀態(200:請求成功;500:請求錯誤/失敗)
message string success 請求結果的信息,默認為 success
data object - 返回的業務數據
data 參數
參數名 類型 示例值 說明
list object - 列表數據
data.list 參數
參數名 類型 示例值 說明
total int 2 總記錄數
per_page int 15 每頁數量
current_page int 1 當前頁碼
last_page int 1 最后頁碼
data array - 列表數組
data.list.data 參數
參數名 類型 示例值 說明
active_id int 10004 活動ID
goods_id int 10020 砍價活動ID
start_time string 2021-07-01 00:00:00 活動開始時間
end_time string 2022-07-30 00:00:00 活動結束時間
expiryt_time int 2 砍價有效期 (單位:小時)
floor_price string 1.00 砍價底價
is_floor_buy int 0 必須底價購買 (0否 1是)
share_title string 麻煩幫我砍一刀!我真的很想要了,愛你喲!(?′?‵?) 分享標題
prompt_words string "朋友一生一起走,幫砍一刀有沒有" 砍價助力語
status int 1 活動狀態 (1進行中 0已結束)
active_sales int 127 活動銷量(虛擬銷量+實際銷量)
goods object - 商品信息;可參考 “商品詳情(基礎)” API
goods_name string 耐克 男子 NIKE AIR FORCE 1'07 運動鞋 商品名稱
goods_image string b72822760ccc4bb892cc658b33af939e.jpg 商品主圖URL
original_price string 599.00 商品原價
helpList array - 砍價助力榜
helpsCount int 0 正在砍價的助力人數
is_start boolean true 活動是否開始
is_end boolean false 活動是否結束