收藏列表
POST
http://192.168.1.222/shop/api.goods/getCollectlist
请求参数
参数名
类型
描述
必填
p
int
页码
可选
row
int
页码行数
可选
响应参数
参数名
类型
描述
必填
code
int
示例:1 状态码
必填
msg
string
示例:Success. 提示消息
必填
goods_id
int
示例:168 商品ID
必填
goods_name
string
示例:lianyu001 名称
必填
short_name
string
示例:test001 简称
必填
is_spec
int
示例:0 平台产品,非平台不为0
必填
exp_price
array
数据列表
必填
now_price
object
示例:null
必填
market_price
string
示例:110.00
必填
sale_count
int
示例:0 销售总数
必填
collect_count
int
示例:0 收藏总数
必填
goods_thumb
string
示例:/upload/gimg/2020/11/5fbb4ba8ad3cf_thumb.jpg 小图
必填
is_promote
int
示例:0 是否开启促销
必填
is_collect
tinyint(1)
1|0 是否收藏
必填