文档
测试

收藏列表

POST
fav_list

请求参数

参数名
类型
描述
必填
token
str
用户标识
必填
page
int
页码,默认=1
可选

响应参数

参数名
类型
描述
必填
code
int
状态码,0正确,大于0表示有错误
必填
msg
str
提示信息,ok 或 错误信息
必填
data
ary
返回数据
必填
analysis_price
ary
价格波动
必填
id
int
数据标识
必填
addtime
int
更新时间
必填
item_id
int
商品ID
必填
old_addtime
int
以前更新时间
必填
price
decimal
现价
必填
old_price
decimal
原价
必填
percent
int
升降幅度
必填
type
tinyint
默认降幅,1为涨幅
必填
gap
decimal
差价
必填
source
str
数据来源,以后可以更新为渠道ID
必填
id
int
标识
必填
salesPrice
decimal
现价
必填
contrastPrice
decimal
原价
必填
count
int
商品总数
必填
saleCount
int
购买总数
必填
limitNumber
int
限购数量
必填
name
str
商品名称
必填
nameEN
str
商品英文名称
必填
pics
ary
图片集合
必填
description
str
简述
必填
status
tinyint
状态
必填
rules
obj
打折规则
必填
is_rules
tinyint
是否打折
必填