### 獲取商城商品信息
>[success] vip_mod 0 普通商品
> vip_mod 1 臨時會員禮包
> vip_mod 2 普通會員禮包
~~~[api]
get:http://hao.xd.cuci.cc/store/api.goods/get
*string:goods_id=2#商品ID
<<<
success
{
"code": 1,
"info": "獲取商品信息成功!",
"data": {
"id": 2,
"title": "test2",
"logo": "http://hao.xd.cuci.cc/upload/decb0fe26fa3f486/b3f6521bf29403c8.png",
"cate_id": 0,
"image": [
"http://hao.xd.cuci.cc/upload/decb0fe26fa3f486/b3f6521bf29403c8.png"
],
"number_sales": 0,
"number_stock": 200,
"vip_mod": 2,
"vip_month": 12,
"vip_discount": "12.00",
"content": "<p>test</p>\r\n",
"specs": [
{
"name": "默認分組",
"list": [
{
"name": "默認規格",
"check": true
}
]
}
],
"lists": [
[
{
"name": "默認規格",
"check": true,
"group": "默認分組",
"span": 1,
"show": true,
"key": "默認分組::默認規格",
"virtual": 66,
"market": "100.00",
"selling": "88.00",
"member": "0.00",
"express": "0.00",
"status": true
}
]
],
"list": [
{
"id": 2,
"goods_id": 2,
"goods_spec": "默認分組::默認規格",
"price_market": "100.00",
"price_selling": "88.00",
"number_sales": 0,
"number_stock": 200,
"number_virtual": 66,
"status": 1,
"create_at": "2019-01-18 14:42:05"
}
]
}
}
~~~
- 【解密】小程序數據解密
- 【首頁】獲取商城首頁頁面
- 【商品】獲取商品分類列表
- 【商品】獲取商城商品列表
- 【商品】獲取商城禮包列表
- 【商品】獲取商城商品信息
- 【資料】更新會員資料信息(會員)
- 【注冊】發送手機短信驗證(會員)
- 【注冊】綁定會員手機號碼(會員)
- 【注冊】獲取當前會員資料(會員)
- 【地址】增加會員收貨地址(會員)
- 【地址】獲取會員收貨地址(會員)
- 【地址】刪除會員收貨地址(會員)
- 【地址】設置默認收貨地址(會員)
- 【訂單】商城會員規則下單(會員)
- 【訂單】商城訂單補全確認(會員)
- 【訂單】獲取會員訂單列表(會員)
- 【支付】獲取訂單支付參數(會員)
- 【訂單】獲取會員訂單統計(會員)
- 【訂單】取消會員訂單記錄(會員)
- 【訂單】確定會員訂單收貨(會員)
- 【訂單】訂單快遞查詢結果(會員)