public interface WxMaShopOrderService
限定符和类型 | 方法和说明 |
---|---|
WxMaShopAddOrderResponse |
addOrder(WxMaShopOrderInfo orderInfo) |
Boolean |
checkScene(Integer scene) |
WxMaShopGetOrderResponse |
getOrder(Long orderId,
String outOrderId,
String openid) |
WxMaShopGetOrderListResponse |
getOrderList(Integer page,
Integer pageSize,
Boolean desc,
Date startCreateTime,
Date endCreateTime)
|
WxMaShopGetPaymentParamsResponse |
getPaymentParams(String orderId,
String outOrderId,
String openid)
|
WxMaShopBaseResponse |
orderPay(WxMaShopOrderPayRequest request) |
Boolean checkScene(Integer scene) throws WxErrorException
WxErrorException
WxMaShopAddOrderResponse addOrder(WxMaShopOrderInfo orderInfo) throws WxErrorException
WxErrorException
WxMaShopBaseResponse orderPay(WxMaShopOrderPayRequest request) throws WxErrorException
WxErrorException
WxMaShopGetOrderResponse getOrder(Long orderId, String outOrderId, String openid) throws WxErrorException
WxErrorException
WxMaShopGetOrderListResponse getOrderList(Integer page, Integer pageSize, Boolean desc, Date startCreateTime, Date endCreateTime) throws WxErrorException
page
- 第x页,大于等于1pageSize
- 每页订单数,上限100desc
- 是否时间倒叙startCreateTime
- 起始创建时间endCreateTime
- 最终创建时间WxErrorException
- .WxMaShopGetPaymentParamsResponse getPaymentParams(String orderId, String outOrderId, String openid) throws WxErrorException
orderId
- 微信侧订单idoutOrderId
- 商家自定义订单IDopenid
- 用户openidWxErrorException
- .Copyright © 2024. All rights reserved.