| 424 | | status: 1, |
| 425 | | msg: "请求成功" |
| 426 | | data: { |
| 427 | | refundId:123456, //赔付申请id |
| 428 | | orderId:123456 //订单的id |
| 429 | | refundNo: "1111111111" //赔付编号 |
| 430 | | causeType: 1, //退款类型 |
| 431 | | causeTypeDesc: "商品损坏" //退款类型描述 |
| 432 | | status: 1, //状态 |
| 433 | | statusDesc: "待审核" //状态描述 |
| 434 | | createAt: 11111111111111 //申请提交时间 |
| 435 | | } |
| 436 | | } |
| 437 | | }}} |
| 438 | | |
| 439 | | |
| 440 | | ---------- |
| | 424 | result { |
| | 425 | status: 1, |
| | 426 | msg: '请求成功', |
| | 427 | data: { |
| | 428 | refundId:123456, //赔付申请id |
| | 429 | orderId:123456, //订单的id |
| | 430 | refundNo: "1111111111", //赔付编号 |
| | 431 | status: "已提交申请,请等待处理", //赔付状态 |
| | 432 | refund:{ |
| | 433 | [ |
| | 434 | refundStatus: 1, //赔付记录状态 |
| | 435 | aduitcustomer: 'rico', //处理人 |
| | 436 | processingDate: '2016-01-27 11:23:15'//处理时间 |
| | 437 | processingReason: 'laalla' //处理说明 |
| | 438 | causeType: 1, //赔付原因 |
| | 439 | causeTypeDesc: "商品损坏", //赔付说明(退款说明) |
| | 440 | proofs: "http://url,http://url", //凭证照片 |
| | 441 | ] |
| | 442 | } |
| | 443 | } |
| | 444 | } |
| | 445 | } |
| | 446 | }}} |
| | 447 | |
| | 448 | |
| | 449 | ---------- |