public class WxMaExpressDeliveryReturnServiceImpl extends Object implements WxMaExpressDeliveryReturnService
ADD_DELIVERY_RETURN_URL, GET_DELIVERY_RETURN_URL, UNBIND_DELIVERY_RETURN_URL| 构造器和说明 |
|---|
WxMaExpressDeliveryReturnServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
WxMaExpressReturnInfoResult |
addDeliveryReturn(WxMaExpressDeliveryReturnAddRequest wxMaExpressDeliveryReturnAddRequest)
新增退货单。
|
WxMaExpressReturnInfoResult |
getDeliveryReturn(String returnId)
获取退货单信息。
|
WxMaExpressReturnInfoResult |
unbindDeliveryReturn(String returnId)
取消退货单。
|
public WxMaExpressReturnInfoResult addDeliveryReturn(WxMaExpressDeliveryReturnAddRequest wxMaExpressDeliveryReturnAddRequest) throws WxErrorException
WxMaExpressDeliveryReturnServiceaddDeliveryReturn 在接口中 WxMaExpressDeliveryReturnServicewxMaExpressDeliveryReturnAddRequest - 退货单新增请求对象WxErrorException - 新增失败时抛出public WxMaExpressReturnInfoResult getDeliveryReturn(String returnId) throws WxErrorException
WxMaExpressDeliveryReturnServicegetDeliveryReturn 在接口中 WxMaExpressDeliveryReturnServicereturnId - 退货单IDWxErrorException - 获取失败时抛出public WxMaExpressReturnInfoResult unbindDeliveryReturn(String returnId) throws WxErrorException
WxMaExpressDeliveryReturnServiceunbindDeliveryReturn 在接口中 WxMaExpressDeliveryReturnServicereturnId - 退货单IDWxErrorException - 取消失败时抛出Copyright © 2026. All rights reserved.