##獲取單商品數據信息
對應方法:get_product_information
#### 接口鏈接
http://www.lechezai.com/index.php/Api/Product/get_product_information/
#### 請求參數
|字段名|變量名|必填|類型|示例值|描述|
| -- | -- | -- | -- | -- | -- |
|商品唯一ID|product_id|是|String|16|商品id號|
|令牌|token|是|String|e24a373e3147640bf28dea42cb1339e6e3d2b744|身份驗證令牌|
#### 示例
http://www.lechezai.com/index.php/Api/Product/get_product_information/?token=xxxxxx&product_id=16
#### 返回結果
基礎狀態信息
|字段名|變量名|必填|類型|示例值|描述|
| -- | -- | -- | -- | -- | -- |
|狀態碼|status|是|String|200|200為全局成功狀態碼|
|狀態信息|message|是|String|The request was successful.|接口請求返回的提示信息|
|返回數據|data|是|String|null|請求返回的數據,格式另起|
#### 示例
~~~
{
"status":200,
"message":"The request was successful.",
"data":{
"product_id":"16", //商品唯一id
"category_id":"11", //商品主分類id
"product_sn":"LCZ000016", //商品貨號
"market_price":"0.00", //商品市場價格
"shop_price":"36.00", //商品商城售價
"product_number":"187", //商品庫存
"warn_number":"0", //庫存剩余警告數量
"product_weight":"0", //商品重量
"wu_id":"1", //重量單位id
"product_size":"0", //商品尺寸長-寬-高
"su_id":"1",
"product_thumb":"/Uploads/product/2015-12-03/min_20151203185210126.png", //商品縮略圖
"product_img":"/Uploads/product/2015-12-03/mid_20151203185210126.png", //商品標準圖片
"original_img":"/Uploads/product/2015-12-03/20151203185210126.png", //商品原圖
"viewed":"274", //商品瀏覽次數
"integral":"0", //商品原始積分
"added_time":"1448691748", //商品添加時間
"last_update":"1450659708", //商品最后修改時間
"sort_order":"0", //商品排序
"max_shop_number":"99", //商品最大購買數量
"min_shop_number":"1", //商品最小購買數量
"points":"0", //商品原始經驗值
"manufacturer_id":"0", //商品品牌id
"is_on_sale":"1", //是否上架1上架,0下架
"is_delete":"0", //是否為刪除商品1是,0不是
"is_best":"1", //是否為推薦商品,1是,0不是
"is_new":"0", //是否為新品1是,0不是
"is_hot":"0", //是否為熱門產品1是,0不是
"is_shipping":"1", //是否要配送1是,0不是
"free_shipping":"1", //是否免運費1是,0不是
"stock_status_id":"1", //庫存狀態id
"is_promote":"0", //是否促銷
"promote_price":"0.00", //促銷價格
"promote_start_time":"0",//促銷開始時間
"promote_end_time":"0", //促銷結束時間
"product_period":"", //產品使用周期
"is_match":"1", //是否需要匹配
"filter_attributes":"", //篩選屬性
"product_description":{
"product_id":"16",
"product_name":"發動機潤滑系統保護劑", //商品名稱
"product_brief":"", //商品簡單描述
"product_description":"html的內容,格式為html", //商品html內容,詳情
"product_tag":"", //商品標簽
"product_sticker":"", //商品貼條
"seo_keyword":"", //商品seo
"meta_title":" //發動機潤滑系統保護劑",商品seo標題
"meta_keyword":"", //商品seo關鍵字
"meta_description":"", //商品seo描述
"pinyin":"fadongjirunhuaxitongbaohuji" //商品搜索拼音
},
"product_option":[ //商品選項信息
{
"product_option_id":"12",
"product_id":"16",
"option_id":"12",
"value":"紅色",
"required":"1",
"option_value_id":"15",
"quantity":"1",
"subtract":"1",
"price":"0.00",
"price_prefix":"+",
"points":"1",
"points_prefix":"+",
"weight":"1.00000000",
"weight_prefix":"+",
"image":"/Uploads/product/2015-12-03/20151203195544988.png|/Uploads/product/2015-12-03/mid_20151203195544988.png|/Uploads/product/2015-12-03/min_20151203195544988.png"
},
{
"product_option_id":"13",
"product_id":"16",
"option_id":"12",
"value":"黃色",
"required":"1",
"option_value_id":"16",
"quantity":"1",
"subtract":"1",
"price":"0.00",
"price_prefix":"+",
"points":"1",
"points_prefix":"+",
"weight":"1.00000000",
"weight_prefix":"+",
"image":"/Uploads/product/2015-12-03/20151203195548169.png|/Uploads/product/2015-12-03/mid_20151203195548169.png|/Uploads/product/2015-12-03/min_20151203195548169.png"
}
],
"product_gallery":[ //商品圖冊信息
],
"product_parts":[ //商品配件信息
],
"product_related":[ //商品關聯商品信息
],
"product_reward":[ //商品積分獎勵
],
"product_special":[ //商品特價信息
],
"product_article":[ //商品關聯文章信息
]
}
}
~~~
#### 當前接口狀態碼
| 名稱 | 描述 | 原因 | 解決方案 |
| -- | -- | -- | -- |
| 200 | 請求成功 | 無 |無|
- 文檔概要
- 項目部署及結構
- 項目部署
- 目錄結構
- 項目應用
- Admin應用
- Admin應用控制器列表
- 應用配置
- 應用函數庫
- 應用模型列表
- Common應用
- AdminBaseController.class.php
- IndexBaseController.class.php
- MainBaseController.class.php
- SystemController.class.php
- UserBaseController.class.php
- 公共配置Conf
- 公共函數庫
- 公共模型
- Home應用
- Home應用控制器列表
- Home應用配置
- Home應用函數庫
- Home應用模型列表
- User應用
- User應用函數庫
- User應用配置
- User應用控制器列表
- User應用模型列表
- Main應用
- Main應用配置
- Api應用
- 應用概述
- 接口控制器列表
- Api獲取token/token信息
- Api全局接口狀態碼
- 商品接口列表
- 獲取單商品詳情
- 獲取分類商品列表
- 附錄
- Admin模塊全局SESSION
- Admin模塊全局緩存
- Home模塊全局緩存
- 全局常量