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