**簡要描述:**
- 商品詳情
**請求URL:**
- ` api/goods/getGoodsDetail `
**請求方式:**
- get
**參數:**
|參數名|是否必選|類型|說明|
|:---- |:---|:----- |----- |
|id |必填 |int |商品id |
**返回示例**
```
{
"code": 1,
"msg": "獲取成功",
"data": {
"id": 2,
"name": "小米88888",
"image": "http://likeshop.yixiangonline.com/uploads/images/background/20201013/63b6e7cce6d7e2f54a926567a12b6a69.jpg",
"remark": "小米88888",
"content": "",
"sales_sum": 90,
"click_count": 31,
"market_price": "1888.00",
"is_collect": 0,
"price": "2088.00",
"order_give_integral": 2,
"like": [
{
"id": 2,
"name": "小米88888",
"price": "2088.00",
"market_price": "1888.00"
}
],
"goods_spec": [
{
"id": 3,
"goods_id": 2,
"name": "選擇顏色",
"spec_value": [
{
"id": 5,
"goods_id": 2,
"spec_id": 3,
"value": "藍色"
},
{
"id": 6,
"goods_id": 2,
"spec_id": 3,
"value": "白色"
}
]
},
{
"id": 4,
"goods_id": 2,
"name": "選擇版本",
"spec_value": [
{
"id": 7,
"goods_id": 2,
"spec_id": 4,
"value": "4G"
},
{
"id": 8,
"goods_id": 2,
"spec_id": 4,
"value": "6G"
}
]
}
],
"goods_image": [
{
"goods_id": 2,
"uri": "http://likeshop.yixiangonline.com/uploads/images/background/20201013/63b6e7cce6d7e2f54a926567a12b6a69.jpg"
},
{
"goods_id": 2,
"uri": "http://likeshop.yixiangonline.com/uploads/images/background/20201012/a1d556e7f10a709a8c0d93b35a19dd1e.jpg"
},
{
"goods_id": 2,
"uri": "http://likeshop.yixiangonline.com/uploads/images/background/20201013/9ea5ac6c193ea36e7414856cbf087857.jpg"
}
],
"goods_item": [
{
"id": 1,
"goods_id": 2,
"image": "http://likeshop.yixiangonline.com/uploads/images/background/20201013/a9c7df0d62ac83b7bef97f48682fcc5c.jpg",
"spec_value_ids": "5,7",
"spec_value_str": "藍色,4G",
"market_price": "1888.00",
"price": "2088.00",
"stock": 1000
},
{
"id": 2,
"goods_id": 2,
"image": "http://likeshop.yixiangonline.com/uploads/images/background/20201013/45345c8657dd87dff6ce754c1b63da0c.jpg",
"spec_value_ids": "5,8",
"spec_value_str": "藍色,6G",
"market_price": "1888.00",
"price": "2088.00",
"stock": 1000
},
{
"id": 3,
"goods_id": 2,
"image": "http://likeshop.yixiangonline.com/uploads/images/background/20201013/a9c7df0d62ac83b7bef97f48682fcc5c.jpg",
"spec_value_ids": "6,7",
"spec_value_str": "白色,4G",
"market_price": "1888.00",
"price": "2088.00",
"stock": 1000
},
{
"id": 4,
"goods_id": 2,
"image": "http://likeshop.yixiangonline.com/uploads/images/background/20201013/45345c8657dd87dff6ce754c1b63da0c.jpg",
"spec_value_ids": "6,8",
"spec_value_str": "白色,6G",
"market_price": "1888.00",
"price": "2088.00",
"stock": 1000
}
]
}
}
```
**返回參數說明**
|參數名|類型|說明|
|:----- |:-----|----- |
|id |varchar |商品id
|name |varchar |商品名稱
|image |varchar |商品主圖
|remark |varchar |商品簡介
|content |varchar |商品詳情
|click_count |int |商品點擊量
|sales_sum |int |商品銷量
|stock |int |商品總庫存(true不顯示庫存)
|price |int |商品價格
|market_price |int |商品市場價
|is_collect |int |是否收藏商品
|order_give_integral | int | 下單贈送積分
|--like|array |猜你喜歡商品
|----id |varchar |商品id
|----name |varchar |商品名稱
|----image |varchar |商品主圖
|----price |int |商品價格
|----market_price |int |商品市場價
|--goods_item |array |商品規格信息
|----id |int |規格id
|----spec_value_str |varchar |規格名稱
|----price |int |價格
|----stock |int |庫存
|----num |int |此字段方便前端渲染選擇規格的數量
|---goods_spec |array |商品規格
|----id |int |規格id
|----goods_id |int |商品id
|----name |string |商品名稱
|------spec_value |array |具體規格
|----id |int |具體規格id
|----spec_id |int |規格id
|----value |int |具體規格名稱
|--goods_image |array |商品輪播圖
|----uri |varchar |輪播圖uri
**備注**
-
- ??????點擊查看最新最全文檔
- 說明
- 請求通用參數
- 返回值說明
- 賬號
- 小程序登錄
- 微信H5登錄
- 手機號賬號密碼登錄
- 微信第三方app登錄
- 獲取向微信請求code的鏈接
- 退出登錄
- 驗證碼登錄
- uniapp微信登錄(第三方app)
- 上傳文件
- form表單方式上傳圖片
- 微信
- 微信JSSDK授權接口
- 購物車
- 列表
- 添加購物車
- 刪除購物車
- 改變數量
- 購物車選中狀態
- 收貨地址
- 獲取地址列表
- 獲取地址詳情
- 獲取默認地址
- 設置默認地址
- 添加地址
- 更新地址
- 刪除地址
- 省市區名稱轉換
- 商品
- 商品分類
- 商品詳情
- 商品搜索列表
- 獲取好物優選
- 搜索頁
- 獲取熱銷榜單
- 清理搜索記錄
- 分銷
- 填寫邀請碼
- 分銷會員申請
- 最新分銷會員申請詳情
- 邀請人信息
- 分銷主頁
- 分銷訂單列表
- 傭金提現
- 提現記錄列表
- 提現詳情
- 提現頁信息
- 月度賬單
- 月度賬單明細
- 分銷推廣入口驗證
- 獲取海報背景圖
- 營銷
- 簽到
- 獲取簽到列表
- 簽到
- 獲取簽到規則
- 優惠券
- 我的優惠券
- 獲取商品優惠券
- 用戶領取優惠券
- 領券中心
- 注冊贈送優惠券
- 限時秒殺
- 獲取秒殺時間段
- 獲取秒殺商品
- 活動專區
- 獲取活動專區商品列表
- 充值
- 充值模板
- 充值接口
- 拼團活動
- 商品列表
- 拼團下單
- 商品詳細
- 我的拼團
- 拼團詳情
- 積分抽獎
- 獲取獎品
- 抽獎記錄
- 抽獎
- 砍價
- 砍價商品列表
- 砍價商品詳情
- 砍價成功人數
- 發起砍價
- 砍價訂單列表
- 砍價訂單詳情
- 好友助力
- 關閉砍價訂單
- 首頁
- 獲取首頁數據
- 通用配置
- 訂單
- 訂單列表
- 添加訂單
- 訂單詳情
- 取消訂單
- 刪除訂單
- 確認收貨
- 查看物流
- 售后
- 售后列表
- 申請售后
- 售后商品信息
- 填寫快遞信息
- 撤銷申請
- 售后詳情
- 重新申請
- 收藏
- 商品收藏操作
- 獲取商品的收藏列表
- 用戶
- 個人中心
- 賬戶明細
- 我的粉絲
- 會員中心
- 我的錢包
- 評論
- 商品評論
- 獲取評論商品的信息
- 獲取評論內容分類
- 獲取評論列表
- 獲取訂單商品列表
- 廣告
- 獲取廣告列表
- 分享
- 生成商品海報
- 邀請海報
- 砍價海報
- 分享到小程序或H5
- 獲取微信小程序碼
- 菜單
- 獲取菜單
- 消息訂閱
- 獲取訂閱模板ID
- 消息中心
- 消息中心首頁
- 消息列表
- 足跡氣泡
- 獲取足跡氣泡
- 短信
- 發送短信
- 地區
- 獲取地區
- pc端接口
- pc首頁接口
- 獲取公共數據
- 獲取商品列表
- 修改用戶信息