public class WxMaImmediateDeliveryServiceImpl extends Object implements WxMaImmediateDeliveryService
     文档地址:https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/industry/immediate-delivery/overview.html
 | 限定符和类型 | 字段和说明 | 
|---|---|
static String | 
SF_ERR_CODE
顺丰同城响应码. 
 | 
static String | 
SF_ERR_MSG
顺丰同城响应说明. 
 | 
static int | 
SUCCESS_CODE
成功响应状态码. 
 | 
| 构造器和说明 | 
|---|
WxMaImmediateDeliveryServiceImpl()  | 
| 限定符和类型 | 方法和说明 | 
|---|---|
AbnormalConfirmResponse | 
abnormalConfirm(AbnormalConfirmRequest request)
异常件退回商家商家确认收货接口. 
 | 
AddOrderResponse | 
addOrder(AddOrderRequest request)
下配送单接口. 
 | 
CancelOrderResponse | 
cancelOrder(CancelOrderRequest request)
取消配送单接口. 
 | 
FollowWaybillResponse | 
followWaybill(FollowWaybillRequest request)
传运单接口 follow_waybill 订阅微信后台会跟踪运单的状态变化
 
 文档地址:https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/industry/express/express_open_msg.html
  
 | 
BindAccountResponse | 
getBindAccount()
拉取已绑定账号. 
 | 
GetOrderResponse | 
getOrder(GetOrderRequest request)
拉取配送单信息. 
 | 
MockUpdateOrderResponse | 
mockUpdateOrder(MockUpdateOrderRequest request)
模拟配送公司更新配送单状态, 该接口只用于沙盒环境,即订单并没有真实流转到运力方. 
 | 
QueryFollowTraceResponse | 
queryFollowTrace(QueryFollowTraceRequest request)
查运单接口 query_follow_trace
 
 商户在调用完trace_waybill接口后,可以使用本接口查询到对应运单的详情信息
 文档地址:https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/industry/express/express_open_msg.html
  
 | 
QueryWaybillTraceResponse | 
queryWaybillTrace(QueryWaybillTraceRequest request)
商户在调用完trace_waybill接口后,可以使用本接口查询到对应运单的详情信息
 
 文档地址:https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/industry/express/express_search.html
  
 | 
TraceWaybillResponse | 
traceWaybill(TraceWaybillRequest request)
商户使用此接口向微信提供某交易单号对应的运单号。 
 | 
public static final int SUCCESS_CODE
public BindAccountResponse getBindAccount() throws WxErrorException
文档地址:https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/immediate-delivery/by-business/immediateDelivery.getBindAccount.html
getBindAccount 在接口中 WxMaImmediateDeliveryServiceWxErrorException - 异常public AddOrderResponse addOrder(AddOrderRequest request) throws WxErrorException
文档地址:https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/immediate-delivery/by-business/immediateDelivery.addOrder.html
addOrder 在接口中 WxMaImmediateDeliveryServicerequest - requestWxErrorException - 异常public GetOrderResponse getOrder(GetOrderRequest request) throws WxErrorException
商家可使用本接口查询某一配送单的配送状态,便于商家掌握配送情况。 文档地址:https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/immediate-delivery/by-business/immediateDelivery.getOrder.html
getOrder 在接口中 WxMaImmediateDeliveryServicerequest - requestWxErrorException - 异常public CancelOrderResponse cancelOrder(CancelOrderRequest request) throws WxErrorException
文档地址:https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/immediate-delivery/by-business/immediateDelivery.cancelOrder.html
cancelOrder 在接口中 WxMaImmediateDeliveryServicerequest - requestWxErrorException - 异常public AbnormalConfirmResponse abnormalConfirm(AbnormalConfirmRequest request) throws WxErrorException
文档地址:https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/immediate-delivery/by-business/immediateDelivery.abnormalConfirm.html
abnormalConfirm 在接口中 WxMaImmediateDeliveryServicerequest - requestWxErrorException - 异常public MockUpdateOrderResponse mockUpdateOrder(MockUpdateOrderRequest request) throws WxErrorException
文档地址:https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/immediate-delivery/by-business/immediateDelivery.mockUpdateOrder.html
mockUpdateOrder 在接口中 WxMaImmediateDeliveryServicerequest - requestWxErrorException - 异常public TraceWaybillResponse traceWaybill(TraceWaybillRequest request) throws WxErrorException
WxMaImmediateDeliveryService文档地址:https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/industry/express/express_search.html
traceWaybill 在接口中 WxMaImmediateDeliveryServicerequest - requestWxErrorException - 异常public QueryWaybillTraceResponse queryWaybillTrace(QueryWaybillTraceRequest request) throws WxErrorException
WxMaImmediateDeliveryService文档地址:https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/industry/express/express_search.html
queryWaybillTrace 在接口中 WxMaImmediateDeliveryServicerequest - requestWxErrorException - 异常public FollowWaybillResponse followWaybill(FollowWaybillRequest request) throws WxErrorException
WxMaImmediateDeliveryService文档地址:https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/industry/express/express_open_msg.html
followWaybill 在接口中 WxMaImmediateDeliveryServicerequest - requestWxErrorException - 异常public QueryFollowTraceResponse queryFollowTrace(QueryFollowTraceRequest request) throws WxErrorException
WxMaImmediateDeliveryService商户在调用完trace_waybill接口后,可以使用本接口查询到对应运单的详情信息 文档地址:https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/industry/express/express_open_msg.html
queryFollowTrace 在接口中 WxMaImmediateDeliveryServicerequest - requestWxErrorException - 异常Copyright © 2023. All rights reserved.