- PC端
- 商品
- 订单
- 用户
- APP端
- 用户
- 商品
- 订单
获取申请订单退款信息
开发中
GET
/api/front/order/apply/refund/{orderId}
最后修改时间:2023-06-09 08:07:38
责任人:未设置
请求参数
Path 参数
orderId
string
必需
返回响应
🟢200成功
application/json
Body
code
integer
必需
data
object
必需
id
integer
必需
orderId
string
必需
orderInfoList
array [object {8}]
必需
paid
boolean
必需
payPrice
integer
必需
totalNum
integer
必需
message
string
必需
示例
{
"code": 0,
"data": {
"id": 0,
"orderId": "",
"orderInfoList": [
{
"attrId": 0,
"cartNum": 0,
"image": "",
"isReply": 0,
"price": 0,
"productId": 0,
"sku": "",
"storeName": ""
}
],
"paid": true,
"payPrice": 0,
"totalNum": 0
},
"message": ""
}
修改于 2023-06-09 08:07:38