wiki:app2.2.0/refund

Version 10 (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: "......, 请注意查收!"    //结果说明
                }
             ]
}