兑换商品详情
POST
http://localhost:8080/app/exchange/goods/detail
请求参数
参数名
类型
描述
必填
user_id
string
用户id 示例:41840909af844632885424fbc20cae79
必填
goods_id
int
商品id 示例:2
必填
type
int
类型 1现金券 2商品 示例:2
必填
sign
string
签名 示例:ce2c3cefa893050533cc3f1b5883c81c
必填
响应参数
参数名
类型
描述
必填
code
int
示例:1
必填
errors
object
数据字典
必填
msg
string
示例:加载成功
必填
user_score
int
可用积分 示例:600
必填