| Version 16 (modified by wuyuanbo, 10 years ago) (diff) |
|---|
Table of Contents
赔付
退款记录
线上:/appIntf/refund/refundLog.jsp
说明
订单退款记录详情页面
提交方式
get
是否需要登录
true
缓存方式
无
缓存时间
无
参数
| 参数名 | 参数含义 | 类型 | 默认值 | 是否必须 |
|---|---|---|---|---|
| orderId | 赔付申请id | int | 0 | 是 |
| common_session_id(cookie参数) | - | string | "" | 是 |
返回
result {
status: 1,
msg: '请求成功',
data: {
accountName: "tom", //用户账号名称
serviceName: "xiaoming", //客服账号
title: "通过审核", //处理结果
result: "您的赔付申请已通过......" //结果说明
date: 11111111111111111 //处理时间
}
}
返回状态
| 1 | 请求成功 | 请求成功 |
| -1 | 请求失败 | 后台数据操作错误 |
| -2 | 未登录 | 未登录 |
| 17 | 订单不存在! | 订单不存在或不属于当前登录用户 |
![(please configure the [header_logo] section in trac.ini)](http://www1.pconline.com.cn/hr/2009/global/images/logo.gif)