public interface WxChannelAfterSaleService
| 限定符和类型 | 方法和说明 |
|---|---|
WxChannelBaseResponse |
accept(String afterSaleOrderId,
String addressId)
同意退款
|
WxChannelBaseResponse |
addComplaintEvidence(String complaintId,
String content,
List<String> mediaIds)
商家举证
|
WxChannelBaseResponse |
addComplaintMaterial(String complaintId,
String content,
List<String> mediaIds)
商家补充纠纷单留言
|
AfterSaleInfoResponse |
get(String afterSaleOrderId)
获取售后单详情
|
ComplaintOrderResponse |
getComplaint(String complaintId)
获取纠纷单
|
AfterSaleListResponse |
listIds(Long beginCreateTime,
Long endCreateTime,
String nextKey)
获取售后单列表
|
WxChannelBaseResponse |
reject(String afterSaleOrderId,
String rejectReason)
拒绝售后
|
WxChannelBaseResponse |
uploadRefundEvidence(String afterSaleOrderId,
String desc,
List<String> certificates)
上传退款凭证
|
AfterSaleListResponse listIds(Long beginCreateTime, Long endCreateTime, String nextKey) throws WxErrorException
beginCreateTime - 订单创建启始时间 unix时间戳endCreateTime - 订单创建结束时间,end_create_time减去begin_create_time不得大于24小时nextKey - 翻页参数,从第二页开始传,来源于上一页的返回值WxErrorException - 异常AfterSaleInfoResponse get(String afterSaleOrderId) throws WxErrorException
afterSaleOrderId - 售后单号WxErrorException - 异常WxChannelBaseResponse accept(String afterSaleOrderId, String addressId) throws WxErrorException
afterSaleOrderId - 售后单号addressId - 同意退货时传入地址idWxErrorException - 异常WxChannelBaseResponse reject(String afterSaleOrderId, String rejectReason) throws WxErrorException
afterSaleOrderId - 售后单号rejectReason - 拒绝原因WxErrorException - 异常WxChannelBaseResponse uploadRefundEvidence(String afterSaleOrderId, String desc, List<String> certificates) throws WxErrorException
afterSaleOrderId - 售后单号desc - 退款凭证描述certificates - 退款凭证图片列表WxErrorException - 异常WxChannelBaseResponse addComplaintMaterial(String complaintId, String content, List<String> mediaIds) throws WxErrorException
complaintId - 纠纷单号content - 留言内容,最多500字mediaIds - 图片media_id列表,所有留言总图片数量最多20张WxErrorException - 异常WxChannelBaseResponse addComplaintEvidence(String complaintId, String content, List<String> mediaIds) throws WxErrorException
complaintId - 纠纷单号content - 举证内容,最多500字mediaIds - 图片media_id列表,所有留言总图片数量最多20张WxErrorException - 异常ComplaintOrderResponse getComplaint(String complaintId) throws WxErrorException
complaintId - 纠纷单号WxErrorException - 异常Copyright © 2024. All rights reserved.