public interface WxMaShopAfterSaleService
| 限定符和类型 | 方法和说明 |
|---|---|
WxMaShopBaseResponse |
acceptRefund(String outAfterSaleId,
Long afterSaleId)
商家同意退款
|
WxMaShopBaseResponse |
acceptReturn(WxMaShopAcceptReturnRequest request)
商家同意退货
|
WxMaShopAfterSaleAddResponse |
add(WxMaShopAfterSaleAddRequest request)
创建售后
|
WxMaShopBaseResponse |
cancel(String outAfterSaleId,
Long afterSaleId,
String openId)
用户取消售后申请
|
WxMaShopAfterSaleGetResponse |
get(WxMaShopAfterSaleGetRequest request)
获取订单下售后单
|
WxMaShopAfterSaleListResponse |
list(WxMaShopAfterSaleListRequest request)
获取售后单详情
|
WxMaShopBaseResponse |
reject(String outAfterSaleId,
Long afterSaleId)
商家拒绝售后
|
WxMaShopBaseResponse |
update(WxMaShopAfterSaleUpdateRequest request)
更新售后
|
WxMaShopBaseResponse |
updateDeadline(String outOrderId,
Long orderId,
String openid,
Long afterSaleDeadline)
商家更新订单售后期
|
WxMaShopBaseResponse |
uploadCertificates(WxMaShopUploadCerficatesRequest request)
商家上传退款凭证
|
WxMaShopBaseResponse |
uploadReturnInfo(WxMaShopAfterSaleUploadReturnInfoRequest request)
用户上传退货物流
|
WxMaShopAfterSaleAddResponse add(WxMaShopAfterSaleAddRequest request) throws WxErrorException
request - WxErrorExceptionWxMaShopAfterSaleGetResponse get(WxMaShopAfterSaleGetRequest request) throws WxErrorException
request - WxErrorExceptionWxMaShopBaseResponse update(WxMaShopAfterSaleUpdateRequest request) throws WxErrorException
request - WxErrorExceptionWxMaShopBaseResponse cancel(String outAfterSaleId, Long afterSaleId, String openId) throws WxErrorException
outAfterSaleId - 商家自定义订单IDafterSaleId - 与out_aftersale_id二选一openId - 用户openidWxErrorExceptionWxMaShopBaseResponse uploadReturnInfo(WxMaShopAfterSaleUploadReturnInfoRequest request) throws WxErrorException
request - WxErrorExceptionWxMaShopBaseResponse acceptRefund(String outAfterSaleId, Long afterSaleId) throws WxErrorException
outAfterSaleId - afterSaleId - WxErrorExceptionWxMaShopBaseResponse acceptReturn(WxMaShopAcceptReturnRequest request) throws WxErrorException
request - WxErrorExceptionWxMaShopBaseResponse reject(String outAfterSaleId, Long afterSaleId) throws WxErrorException
outAfterSaleId - afterSaleId - WxErrorExceptionWxMaShopBaseResponse uploadCertificates(WxMaShopUploadCerficatesRequest request) throws WxErrorException
request - WxErrorExceptionWxMaShopBaseResponse updateDeadline(String outOrderId, Long orderId, String openid, Long afterSaleDeadline) throws WxErrorException
outOrderId - orderId - openid - afterSaleDeadline - WxErrorExceptionWxMaShopAfterSaleListResponse list(WxMaShopAfterSaleListRequest request) throws WxErrorException
request - WxErrorExceptionCopyright © 2022. All rights reserved.