public class WxChannelAfterSaleServiceImpl extends Object implements WxChannelAfterSaleService
| 构造器和说明 |
|---|
WxChannelAfterSaleServiceImpl(BaseWxChannelServiceImpl shopService) |
| 限定符和类型 | 方法和说明 |
|---|---|
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)
上传退款凭证
|
public WxChannelAfterSaleServiceImpl(BaseWxChannelServiceImpl shopService)
public AfterSaleListResponse listIds(Long beginCreateTime, Long endCreateTime, String nextKey) throws WxErrorException
WxChannelAfterSaleServicelistIds 在接口中 WxChannelAfterSaleServicebeginCreateTime - 订单创建启始时间 unix时间戳endCreateTime - 订单创建结束时间,end_create_time减去begin_create_time不得大于24小时nextKey - 翻页参数,从第二页开始传,来源于上一页的返回值WxErrorException - 异常public AfterSaleInfoResponse get(String afterSaleOrderId) throws WxErrorException
WxChannelAfterSaleServiceget 在接口中 WxChannelAfterSaleServiceafterSaleOrderId - 售后单号WxErrorException - 异常public WxChannelBaseResponse accept(String afterSaleOrderId, String addressId) throws WxErrorException
WxChannelAfterSaleServiceaccept 在接口中 WxChannelAfterSaleServiceafterSaleOrderId - 售后单号addressId - 同意退货时传入地址idWxErrorException - 异常public WxChannelBaseResponse reject(String afterSaleOrderId, String rejectReason) throws WxErrorException
WxChannelAfterSaleServicereject 在接口中 WxChannelAfterSaleServiceafterSaleOrderId - 售后单号rejectReason - 拒绝原因WxErrorException - 异常public WxChannelBaseResponse uploadRefundEvidence(String afterSaleOrderId, String desc, List<String> certificates) throws WxErrorException
WxChannelAfterSaleServiceuploadRefundEvidence 在接口中 WxChannelAfterSaleServiceafterSaleOrderId - 售后单号desc - 退款凭证描述certificates - 退款凭证图片列表WxErrorException - 异常public WxChannelBaseResponse addComplaintMaterial(String complaintId, String content, List<String> mediaIds) throws WxErrorException
WxChannelAfterSaleServiceaddComplaintMaterial 在接口中 WxChannelAfterSaleServicecomplaintId - 纠纷单号content - 留言内容,最多500字mediaIds - 图片media_id列表,所有留言总图片数量最多20张WxErrorException - 异常public WxChannelBaseResponse addComplaintEvidence(String complaintId, String content, List<String> mediaIds) throws WxErrorException
WxChannelAfterSaleServiceaddComplaintEvidence 在接口中 WxChannelAfterSaleServicecomplaintId - 纠纷单号content - 举证内容,最多500字mediaIds - 图片media_id列表,所有留言总图片数量最多20张WxErrorException - 异常public ComplaintOrderResponse getComplaint(String complaintId) throws WxErrorException
WxChannelAfterSaleServicegetComplaint 在接口中 WxChannelAfterSaleServicecomplaintId - 纠纷单号WxErrorException - 异常Copyright © 2023. All rights reserved.