文档
测试

礼包详情

POST
bigdetail

请求参数

参数名
类型
描述
必填
id
礼包id
必填

响应参数

参数名
类型
描述
必填
msg
string
示例:success
必填
code
int
示例:0
必填
data
object
数据字典
必填
id
string
示例:74
必填
title
string
示例:超值大礼包二
必填
w_title
string
示例:چوڭ سوۋغاتلىق 2
必填
images
string
示例:https://api.miaopinhui.net/static/upload/images/other/2020/12/31/1609401408455970.jpg
必填
price
string
示例:399.00
必填
save_price
string
示例:1151.00
必填
content
string
示例:洁面乳*1乳液*1+精华液*1+眼霜*1+面霜*1
必填
w_content
string
示例:
必填
spec
array
数据列表
必填
id
string
示例:55
必填
name
string
示例:悦颜洁面*1+悦颜乳*1+悦颜精华*1+眼霜*1+悦颜霜*1
必填
price
string
示例:399.00
必填
images
string
示例:https://api.miaopinhui.net/static/upload/images/other/2020/12/31/1609401452926831.jpg
必填
original
int
示例:1550
必填

说明 / 示例

返回示例 ```json { "msg": "success", "code": 0, "data": { "id": "74", "title": "超值大礼包二", "w_title": "چوڭ سوۋغاتلىق 2", "images": "https://api.miaopinhui.net/static/upload/images/other/2020/12/31/1609401408455970.jpg", "price": "399.00", "save_price": "1151.00", "content": "洁面乳*1乳液*1+精华液*1+眼霜*1+面霜*1", "w_content": "", "spec": [ { "id": "55", "name": "悦颜洁面*1+悦颜乳*1+悦颜精华*1+眼霜*1+悦颜霜*1", "price": "399.00", "images": "https://api.miaopinhui.net/static/upload/images/other/2020/12/31/1609401452926831.jpg" } ], "original": 1550 } } ```