文档
测试

点击品牌精选

POST
http://192.168.1.222/member/api.zx/brand_web

请求参数

参数名
类型
描述
必填
brand_id
int
品牌标识 示例:3
必填
p
int
1
必填
row
int
20
必填

响应参数

参数名
类型
描述
必填
data
object
数据字典
必填
brand2
array
真皮包包 数据列表
必填
goods_id
int
示例:278
必填
goods_name
string
示例:test020
必填
short_name
string
示例:Test zero two zero
必填
is_spec
int
示例:0
必填
exp_price
array
数据列表
必填
now_price
string
示例:100.00
必填
market_price
string
示例:110.00
必填
sale_count
int
示例:0
必填
collect_count
int
示例:0
必填
goods_thumb
string
示例:http://192.168.1.222http://192.168.1.222/upload/gimg/2021/04/6089989a4397e_thumb.gif
必填
is_promote
int
示例:0
必填
is_cross_border
int
示例:0
必填
country
string
示例:
必填
send_address
string
示例:
必填
tax_ratio
string
示例:0.00
必填
tax_money
string
示例:0.00
必填
brand
object
品牌 数据字典
必填
id
int
品牌标识 示例:3
必填
cid
int
分类标识 示例:47
必填
name
string
品牌名称 示例:乐事多
必填
m_name
string
简称 示例:
必填
logo
string
大图 示例:http://192.168.1.222/upload/image/2021/04/60877cf527dd6.jpg
必填
sort
int
排序 示例:999
必填
en_name
string
英文名称 示例:Bestor
必填
img
string
logo图 示例:http://192.168.1.222/upload/image/2021/04/60877cff7fa2b.jpg
必填
goods
array
数据列表
必填
goods_id
int
商品标识 示例:259
必填
goods_name
string
商品名称 示例:Calendula Herbal Extract Alcohol-Free Toner科颜氏金盏花爽肤水
必填
short_name
string
简称 示例:
必填
is_spec
int
是否具有规格 示例:1
必填
exp_price
array
价格 数据列表
必填
now_price
string
现在价格 示例:340.00
必填
market_price
string
商城价格 示例:0.00
必填
sale_count
int
销量 示例:18
必填
collect_count
int
收藏数量 示例:0
必填
goods_thumb
string
商品图片 示例:http://192.168.1.222/upload/gimg/2021/04/6086669ae17ee_thumb.jpg
必填
is_promote
int
是否开启促销 示例:0
必填
is_cross_border
int
是否为跨境商品 示例:0
必填
country
string
国家 示例:
必填
send_address
string
发货地址 示例:
必填
tax_ratio
string
税率 示例:0.00
必填
tax_money
string
税费 示例:0.00
必填
list
array
数据列表
必填
class_name
str
真皮包包名称
必填
count
int
数据总数
必填
row
int
行数
必填
p
int
页码
必填
pagenum
int
页面总数
必填
code
int
示例:1
必填
msg
string
示例:Success.
必填

说明 / 示例

``` { "data": { "brand2": [ { "goods_id": 278, "goods_name": "test020", "short_name": "Test zero two zero", "is_spec": 0, "exp_price": [ "100", "00" ], "now_price": "100.00", "market_price": "110.00", "sale_count": 0, "collect_count": 0, "goods_thumb": "http://192.168.1.222http://192.168.1.222/upload/gimg/2021/04/6089989a4397e_thumb.gif", "is_promote": 0, "is_cross_border": 0, "country": "", "send_address": "", "tax_ratio": "0.00", "tax_money": "0.00" } ], "brand": { "id": 3, "cid": 47, "name": "乐事多", "m_name": "", "logo": "http://192.168.1.222/upload/image/2021/04/60877cf527dd6.jpg", "sort": 999, "en_name": "Bestor", "img": "http://192.168.1.222/upload/image/2021/04/60877cff7fa2b.jpg", "goods": [ { "goods_id": 259, "goods_name": "Calendula Herbal Extract Alcohol-Free Toner科颜氏金盏花爽肤水", "short_name": "", "is_spec": 1, "exp_price": [ "340", "00" ], "now_price": "340.00", "market_price": "0.00", "sale_count": 18, "collect_count": 0, "goods_thumb": "http://192.168.1.222/upload/gimg/2021/04/6086669ae17ee_thumb.jpg", "is_promote": 0, "is_cross_border": 0, "country": "", "send_address": "", "tax_ratio": "0.00", "tax_money": "0.00" }, { "goods_id": 258, "goods_name": "Ultra Facial Cream科颜氏高保湿霜", "short_name": "", "is_spec": 1, "exp_price": [ "315", "00" ], "now_price": "315.00", "market_price": "690.00", "sale_count": 0, "collect_count": 0, "goods_thumb": "http://192.168.1.222/upload/gimg/2021/04/608662712cfe4_thumb.jpg", "is_promote": 0, "is_cross_border": 0, "country": "", "send_address": "", "tax_ratio": "0.00", "tax_money": "0.00" }, { "goods_id": 268, "goods_name": "清透粉饼", "short_name": "", "is_spec": 1, "exp_price": [ "333", "00" ], "now_price": "333.00", "market_price": "0.00", "sale_count": 0, "collect_count": 0, "goods_thumb": "http://192.168.1.222/upload/gimg/2021/04/6087c4c2588de_thumb.jpg", "is_promote": 0, "is_cross_border": 0, "country": "", "send_address": "", "tax_ratio": "0.00", "tax_money": "0.00" } ] }, "list": [] }, "code": 1, "msg": "Success." } ```