public class WxMaOrderShippingServiceImpl extends Object implements WxMaOrderShippingService
| 构造器和说明 | 
|---|
WxMaOrderShippingServiceImpl()  | 
| 限定符和类型 | 方法和说明 | 
|---|---|
WxMaOrderShippingInfoGetResponse | 
get(WxMaOrderShippingInfoGetRequest request)
查询订单发货状态
 你可以通过交易单号或商户号+商户单号来查询该支付单的发货状态。 
 | 
WxMaOrderShippingInfoGetListResponse | 
getList(WxMaOrderShippingInfoGetListRequest request)
查询订单列表
 你可以通过支付时间、支付者openid或订单状态来查询订单列表。 
 | 
WxMaOrderShippingIsTradeManagedResponse | 
isTradeManaged(String appId)
查询小程序是否已开通发货信息管理服务 
 | 
WxMaOrderShippingInfoBaseResponse | 
notifyConfirmReceive(WxMaOrderShippingInfoNotifyConfirmRequest request)
确认收货提醒接口
 如你已经从你的快递物流服务方获知到用户已经签收相关商品,可以通过该接口提醒用户及时确认收货,以提高资金结算效率,每个订单仅可调用一次。 
 | 
WxMaOrderShippingInfoBaseResponse | 
setMsgJumpPath(String path)
消息跳转路径设置接口
 如你已经在小程序内接入平台提供的确认收货组件,可以通过该接口设置发货消息及确认收货消息的跳转动作,用户点击发货消息时会直接进入你的小程序订单列表页面或详情页面进行确认收货,进一步优化用户体验。 
 | 
WxMaOrderShippingInfoBaseResponse | 
upload(WxMaOrderCombinedShippingInfoUploadRequest request)
发货信息合单录入接口 
 | 
WxMaOrderShippingInfoBaseResponse | 
upload(WxMaOrderShippingInfoUploadRequest request)
发货信息录入接口 
 | 
public WxMaOrderShippingIsTradeManagedResponse isTradeManaged(String appId) throws WxErrorException
isTradeManaged 在接口中 WxMaOrderShippingServiceappId - 待查询小程序的 appid,非服务商调用时仅能查询本账号WxErrorException - epublic WxMaOrderShippingInfoBaseResponse upload(WxMaOrderShippingInfoUploadRequest request) throws WxErrorException
upload 在接口中 WxMaOrderShippingServicerequest - 请求WxErrorException - epublic WxMaOrderShippingInfoBaseResponse upload(WxMaOrderCombinedShippingInfoUploadRequest request) throws WxErrorException
upload 在接口中 WxMaOrderShippingServicerequest - 请求WxErrorException - epublic WxMaOrderShippingInfoGetResponse get(WxMaOrderShippingInfoGetRequest request) throws WxErrorException
get 在接口中 WxMaOrderShippingServicerequest - 请求WxErrorException - epublic WxMaOrderShippingInfoGetListResponse getList(WxMaOrderShippingInfoGetListRequest request) throws WxErrorException
getList 在接口中 WxMaOrderShippingServicerequest - 请求WxErrorException - epublic WxMaOrderShippingInfoBaseResponse notifyConfirmReceive(WxMaOrderShippingInfoNotifyConfirmRequest request) throws WxErrorException
notifyConfirmReceive 在接口中 WxMaOrderShippingServicerequest - 请求WxErrorException - epublic WxMaOrderShippingInfoBaseResponse setMsgJumpPath(String path) throws WxErrorException
setMsgJumpPath 在接口中 WxMaOrderShippingServicepath - 商户自定义跳转路径WxErrorException - eCopyright © 2023. All rights reserved.