文档
测试

退款信息详情

POST
http://cx.tzdn88.com/api/v1.CustomerSupport/getRefundDetail

请求参数

参数名
类型
描述
必填
order_item_id
子订单id
必填

响应参数

参数名
类型
描述
必填
refund
退款信息
必填
user_name
买家姓名
必填
user_mobile
买家电话
必填
service_type
服务类型 1.仅退款 2.退货退款
必填
reason
退款理由
必填
apply_time
申请时间
必填
refund_amount
退款金额
必填
product_name
退款商品名称
必填
sku_name
退款商品名称 sku
必填
order_price
订单总价
必填
status
退款状态 1.取消退款 2. 申请退款 3.等待退货 4.等待收货 5.退款成功7:拒绝退款
必填
paths
退款图片列表
必填
history
协商历史
必填
create_time
创建时间
必填
type
类型 1.取消退款 2.申请退款 3.同意退款,等待退货 4.买家退货 5.退款成功,7:拒绝退款
必填
description
描述
必填
good
商品信息
必填
count
商品数量
必填
amount
商品价格
必填
transport_price
运费
必填

说明 / 示例

{ "status": 0, "msg": "操作成功", "datas": { "refund": { "id": "348", "order_sn": "SHOP2022071113362315863999128", "order_item_id": "1035", "user_account": "95c819d71a4ee60d9111f374f7283201", "user_name": "微信用户", "user_mobile": "13961666353", "service_type": "2", "apply_time": "2022-07-14 14:14:09", "reason": "7天无理由退换货", "refund_amount": "180.00", "description": "", "proofpics": "", "status": "1", "product_id": "96", "product_image": "/upload/file/202206/2cb4ea4e2891989802a835b0130213c5.jpg", "product_name": "【江阴市要塞中学(高中部)】夏季运动装", "sku_name": "短袖185", "order_price": "180.00", "delivery_company": null, "delivery_sn": null, "delivery_description": null, "ctime": "2022-07-14 14:14:09", "utime": "2022-07-14 14:33:55", "is_del": null, "school_id": "246", "school_name": "江阴市要塞中学(高中部)", "year": "2022", "refund_time": null, "audit_desc": null, "return_desc": null, "paths": [] }, "history": [ { "id": "767", "refund_id": "348", "user_name": "微信用户", "type": "1", "create_time": "2022-07-14 14:33:55", "delivery_sn": null, "delivery_company": null, "description": null, "reason": null, "year": "2022", "ctime": "2022-07-14 14:33:55", "utime": "2022-07-14 14:33:55", "is_del": null, "amount": "0.00", "service_type": "1", "image_path": null }, { "id": "766", "refund_id": "348", "user_name": "微信用户", "type": "2", "create_time": "2022-07-14 14:14:09", "delivery_sn": null, "delivery_company": null, "description": "", "reason": "7天无理由退换货", "year": "2022", "ctime": "2022-07-14 14:14:09", "utime": "2022-07-14 14:14:09", "is_del": null, "amount": "180.00", "service_type": "2", "image_path": null } ], "good": { "id": "1035", "sku_id": "1960", "product_name": "【江阴市要塞中学(高中部)】夏季运动装", "product_id": "96", "sku_name": "短袖185", "sku_code": "SLXYT-0006-QMZDWY-185", "count": "3", "amount": "60.00", "order_sn": "SHOP2022071113362315863999128", "status": "50", "refund_status": "0", "delivery_company": "中通快递", "delivery_sn": "75897158131845", "sure_time": null, "ctime": "2022-07-11 13:36:23", "utime": "2022-07-14 14:33:55", "is_del": null, "school_id": "246", "school_name": "江阴市要塞中学(高中部)", "year": "2022", "image_path": "/upload/file/202206/2cb4ea4e2891989802a835b0130213c5.jpg", "transport_price": "0.00", "total_amount": "180.00", "delivery_time": "2022-07-13 12:21:57", "item_sn": "SKU2022071113362317008383159", "product_code": "9646b8", "presell": "0", "presell_day": "", "item_name": "短袖" } } }