删除收藏商品
DELETE
/secondhand/collection
请求头
参数名
类型
描述
必填
openid
必填
请求参数
参数名
类型
描述
必填
goodid
int
商品id
必填
响应参数
参数名
类型
描述
必填
status
int
成功:1,失败:0
必填
msg
String
成功:"success",失败:"user_not_exist","unknown_error"
必填
data
Object
成功:"deleted",失败:null
必填