shop collect - shileishmily/YytRPC GitHub Wiki

1. 收藏的宝贝

接口地址:/collection/list

接口交互:GET

接口描述:收藏的宝贝

header入参
Parameter Sample value Optional Description
ak 0130000 M 版本号
sessionid 20161110124538 M 会话ID
userid 66666 M 用户id
响应
Parameter 描述 例子
status string 0000:成功
message string 提示
result jsonarray 宝贝列表
result数据结构
Parameter 类型 描述 例子
id int 记录ID 1
goodsId int 商品ID 1
goodsTitle int 商品标题 油墨
imgUrl string 商品图片logUrl
modelSpec string 规格型号 规格:POP-E黄 12罐/箱
price double 价格(单位:元)
costPrice double 原价(单位:元) 23.5
unit string 计价单位 例如:盒、箱、桶

2. 取消收藏的宝贝

接口地址:/collection/cancel

接口交互:POST

接口描述:取消收藏的宝贝

header入参
Parameter Sample value Optional Description
ak 0130000 M 版本号
sessionid 20161110124538 M 会话ID
userid 66666 M 用户id
form入参
Parameter 类型 描述 例子
id int 记录ID 1
响应
Parameter 描述 例子
status string 0000:成功
message string 提示