| Version 1 (modified by wuyuanbo, 10 years ago) (diff) |
|---|
赔付
获取退款记录列表
说明
获取用户的退款记录列表
提交方式
post
是否需要登录
true
缓存方式
无
缓存时间
无
参数
| 参数名 | 参数含义 | 类型 | 默认值 | 是否必须 |
|---|---|---|---|---|
| pageNo | 第几页 | int | 1 | 是 |
| pageSize | 一页显示多少数据 | int | 10 | 是 |
| common_session_id | - | string | "" | 是 |
返回
result {
status: 1,
msg: '请求成功',
pageNo: 1,
pageSize: 10,
total: 20,
pageTotal: 2,
data: [
$receiveComment
]
}
退款记录
说明
获取用户退款记录详情
使用场景:用户下单后取消订单
提交方式
post
是否需要登录
true
缓存方式
无
缓存时间
无
参数
| 参数名 | 参数含义 | 类型 | 默认值 | 是否必须 |
|---|---|---|---|---|
| refundId | 赔付申请id | int | 0 | 是 |
| common_session_id | - | string | "" | 是 |
返回
result {
status: 1,
msg: '请求成功',
data: [
orderId:123456 //取消订单的id
]
}
![(please configure the [header_logo] section in trac.ini)](http://www1.pconline.com.cn/hr/2009/global/images/logo.gif)