文档
测试

大礼包列表

POST
/index.php?s=big

接口描述

/index.php?s=big

请求头

参数名
类型
描述
必填
token
用户token
必填

请求参数

参数名
类型
描述
必填
status
string
礼包分类299/399
必填
type
int
1拉取礼包,2拉取礼包包含商品
必填
m
int
页码
必填

响应参数

参数名
类型
描述
必填
msg
string
示例:success
必填
code
int
示例:0
必填
data
object
数据字典
必填
page_total
int
总页码,示例:1
必填
data
array
数据列表
必填
id
string
示例:58
必填
title
string
示例:桃丽丝有妆有色唇釉大礼包
必填
w_title
string
示例:لەۋ سۇرۇق چوڭ سوۋغاتلىقى
必填
images
string
示例:https://api.miaopinhui.net/static/upload/images/other/2020/08/19/1597804774244453.jpg
必填
price
string
示例:468.00
必填
save_price
string
示例:1036.00
必填
content
string
示例:
必填
w_content
string
示例:
必填
images_old
string
示例:/static/upload/images/other/2020/08/19/1597804774244453.jpg
必填
big_spec
array
数据列表,规格
必填
id
string
规格id,示例:2
必填
name
string
规格名,示例:测试规格
必填
price
string
价格,示例:99.00
必填
images
string
图片,示例:https://api.miaopinhui.net/static/upload/images/other/2020/08/27/1598521614802825.jpg
必填
original
int
原价,示例:1504
必填

说明 / 示例

返回示例: ```language { "msg": "success", "code": 0, "data": { "page_total": 1, "data": [ { "id": "58", "title": "桃丽丝有妆有色唇釉大礼包", "w_title": "لەۋ سۇرۇق چوڭ سوۋغاتلىقى", "images": "https://api.miaopinhui.net/static/upload/images/other/2020/08/19/1597804774244453.jpg", "price": "468.00", "save_price": "1036.00", "content": "", "w_content": "", "images_old": "/static/upload/images/other/2020/08/19/1597804774244453.jpg", "big_spec": [ { "id": "2", "name": "测试规格", "price": "99.00", "images": "https://api.miaopinhui.net/static/upload/images/other/2020/08/27/1598521614802825.jpg" } ], "original": 1504 }, { "id": "50", "title": "欧氧清青春悦颜美肌套盒", "w_title": "ئوۋ ياڭچىڭ خۇش چىراي تېرە گۈزەللەشتۈرۈش يۈرۈشلۈكى", "images": "https://api.miaopinhui.net/static/upload/images/other/2020/08/19/1597805019546480.jpg", "price": "299.00", "save_price": "990.00", "content": "紫色套盒*1", "w_content": "", "images_old": "/static/upload/images/other/2020/08/19/1597805019546480.jpg", "big_spec": [], "original": 1289 } ] } } ```