## 獲取商城首頁頁面
~~~[api]
get:http://hao.xd.cuci.cc/store/api.page/gets
<<<
success
{
"code": 1,
"info": "獲取頁面列表成功!",
"data": {
"list": [
{
"title": "新人體驗",
"type": "one",
"one": {
"image": "https://ssl.cdn.cuci.cc/a3789bd6b80d2ffb/cee6e9204d2a406c.jpg",
"goods": "3"
}
},
{
"title": "每月福利",
"type": "mul",
"mul": {
"goods": [
{
"id": 1,
"title": "test1",
"logo": "http://hao.xd.cuci.cc/upload/decb0fe26fa3f486/b3f6521bf29403c8.png",
"list": [
{
"goods_id": 1,
"goods_spec": "默認分組::默認規格",
"price_market": "200.00",
"price_selling": "188.00",
"number_sales": 0,
"number_stock": 100,
"number_virtual": 77
}
]
},
{
"id": 3,
"title": "你敢買,我就敢不發貨",
"logo": "http://hao.xd.cuci.cc/upload/c335e0eb91c4a590/429a1fa5db34380a.png",
"list": [
{
"goods_id": 3,
"goods_spec": "默認分組::默認規格",
"price_market": "456.00",
"price_selling": "123.00",
"number_sales": 0,
"number_stock": 0,
"number_virtual": 10
},
{
"goods_id": 3,
"goods_spec": "默認分組::規格屬性",
"price_market": "362.00",
"price_selling": "125.00",
"number_sales": 0,
"number_stock": 0,
"number_virtual": 0
}
]
},
{
"id": 4,
"title": "這是面膜",
"logo": "https://ssl.cdn.cuci.cc/0d0d68399f244efd/033e4f7ce3cdfae2.png",
"list": [
{
"goods_id": 4,
"goods_spec": "顏色::白色;;尺寸::大",
"price_market": "22.00",
"price_selling": "11.00",
"number_sales": 0,
"number_stock": 100,
"number_virtual": 19
},
{
"goods_id": 4,
"goods_spec": "顏色::白色;;尺寸::中",
"price_market": "33.00",
"price_selling": "12.00",
"number_sales": 0,
"number_stock": 110,
"number_virtual": 19
},
{
"goods_id": 4,
"goods_spec": "顏色::白色;;尺寸::小",
"price_market": "44.00",
"price_selling": "13.00",
"number_sales": 0,
"number_stock": 100,
"number_virtual": 19
},
{
"goods_id": 4,
"goods_spec": "顏色::黑色;;尺寸::大",
"price_market": "55.00",
"price_selling": "10.00",
"number_sales": 0,
"number_stock": 100,
"number_virtual": 19
},
{
"goods_id": 4,
"goods_spec": "顏色::黑色;;尺寸::中",
"price_market": "66.00",
"price_selling": "17.00",
"number_sales": 0,
"number_stock": 0,
"number_virtual": 19
}
]
}
]
}
}
]
}
}
~~~
- 【解密】小程序數據解密
- 【首頁】獲取商城首頁頁面
- 【商品】獲取商品分類列表
- 【商品】獲取商城商品列表
- 【商品】獲取商城禮包列表
- 【商品】獲取商城商品信息
- 【資料】更新會員資料信息(會員)
- 【注冊】發送手機短信驗證(會員)
- 【注冊】綁定會員手機號碼(會員)
- 【注冊】獲取當前會員資料(會員)
- 【地址】增加會員收貨地址(會員)
- 【地址】獲取會員收貨地址(會員)
- 【地址】刪除會員收貨地址(會員)
- 【地址】設置默認收貨地址(會員)
- 【訂單】商城會員規則下單(會員)
- 【訂單】商城訂單補全確認(會員)
- 【訂單】獲取會員訂單列表(會員)
- 【支付】獲取訂單支付參數(會員)
- 【訂單】獲取會員訂單統計(會員)
- 【訂單】取消會員訂單記錄(會員)
- 【訂單】確定會員訂單收貨(會員)
- 【訂單】訂單快遞查詢結果(會員)