确认订单详情
GET
http://192.168.1.116:8080/api/exchange/confirm/43/28
接口描述
http://localhost:8080/api/exchange/confirm/{id}/{userId}
请求参数
参数名
类型
描述
必填
id
好礼兑换 id
必填
userId
用户id
必填
响应参数
参数名
类型
描述
必填
msg
string
示例:操作成功
必填
code
int
示例:200
必填
id
int
示例:4
必填
deviceInfoId
int
收货人id
必填
name
string
收货人姓名
必填
phone
string
收货人手机号
必填
address
string
收货人地址
必填