public interface WxMaExpressService
List<WxMaExpressDelivery> getAllDelivery() throws WxErrorException
WxErrorException - 获取失败时返回List<WxMaExpressAccount> getAllAccount() throws WxErrorException
WxErrorException - 获取失败时返回WxMaExpressInfoResult bindAccount(WxMaExpressBindAccountRequest wxMaExpressBindAccountRequest) throws WxErrorException
wxMaExpressBindAccountRequest - 物流账号对象WxErrorException - 请求失败时返回Integer getQuota(WxMaExpressBindAccountRequest wxMaExpressBindAccountRequest) throws WxErrorException
wxMaExpressBindAccountRequest - 物流账号对象WxErrorException - 获取失败时返回void updatePrinter(WxMaExpressPrinterUpdateRequest wxMaExpressPrinterUpdateRequest) throws WxErrorException
wxMaExpressPrinterUpdateRequest - 面单打印员对象WxErrorException - 请求失败时返回WxMaExpressPrinter getPrinter() throws WxErrorException
WxErrorException - 获取失败时返回WxMaExpressOrderInfoResult addOrder(WxMaExpressAddOrderRequest wxMaExpressAddOrderRequest) throws WxErrorException
wxMaExpressAddOrderRequest - 生成运单请求对象WxErrorException - 请求失败时返回List<WxMaExpressOrderInfoResult> batchGetOrder(List<WxMaExpressGetOrderRequest> requests) throws WxErrorException
requests - 获取运单请求对象集合,最多不能超过1000个WxErrorException - 获取失败时返回void cancelOrder(WxMaExpressGetOrderRequest wxMaExpressGetOrderRequest) throws WxErrorException
wxMaExpressGetOrderRequest - 运单信息请求对象WxErrorException - 取消失败时返回WxMaExpressOrderInfoResult getOrder(WxMaExpressGetOrderRequest wxMaExpressGetOrderRequest) throws WxErrorException
wxMaExpressGetOrderRequest - 运单信息请求对象WxErrorException - 获取失败时返回WxMaExpressPath getPath(WxMaExpressGetOrderRequest wxMaExpressGetOrderRequest) throws WxErrorException
wxMaExpressGetOrderRequest - 运单信息请求对象WxErrorException - 查询失败时返回void testUpdateOrder(WxMaExpressTestUpdateOrderRequest wxMaExpressTestUpdateOrderRequest) throws WxErrorException
wxMaExpressTestUpdateOrderRequest - 模拟快递公司更新订单状态请求对象WxErrorException - 模拟更新订单状态失败时返回Copyright © 2024. All rights reserved.