public interface WxCpTpOrderService
限定符和类型 | 方法和说明 |
---|---|
WxCpTpOrderDetails |
getOrder(String orderId)
获取订单详情
文档地址
|
WxCpTpOrderListGetResult |
getOrderList(Date startTime,
Date endTime,
Integer testMode)
获取订单列表
文档地址
|
WxCpTpOrderDetails getOrder(String orderId) throws WxErrorException
orderId
- 订单号WxErrorException
- the wx error exceptionWxCpTpOrderListGetResult getOrderList(Date startTime, Date endTime, Integer testMode) throws WxErrorException
startTime
- 起始时间endTime
- 终止时间testMode
- 指定拉取正式或测试模式的订单。默认正式模式。0-正式模式,1-测试模式。WxErrorException
- the wx error exceptionCopyright © 2024. All rights reserved.