wiki:app2.2.0/refund

Version 15 (modified by wuyuanbo, 10 years ago) (diff)

--

Table of Contents

  1. 退款记录

赔付

退款记录

线上:/appIntf/refund/refundLog.jsp

说明

订单退款记录详情页面

提交方式

get

是否需要登录

true

缓存方式

缓存时间

参数

参数名 参数含义 类型 默认值 是否必须
orderId赔付申请idint0
common_session_id(cookie参数)-string""

返回

result {
        status: 1,
        msg: '请求成功',
        data: [
                {
                   accountName: "tom",                   //用户账号名称
                   title: "赔付申请通过审核",            //处理结果标题
                   result: "您的赔付申请已通过......"    //结果说明
                }
             ]
}

返回状态

1请求成功请求成功
-1请求失败后台数据操作错误
-2未登录未登录
17订单不存在!订单不存在或不属于当前登录用户