擦亮商品
POST
secondhand/goods/lighten
接口描述
该动作将会刷新创建时间
请求参数
参数名
类型
描述
必填
goodId
String
商品id
必填
openid
String
用户openid
必填
响应参数
参数名
类型
描述
必填
status
int
成功:1,失败:0
必填
msg
String
成功:"success",失败:"user_not_match","unknown_error","cant_lighten_twice_a_day"
必填
data
Object
成功:"good_was_lighten",失败:null
必填