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 在接口中 WxMaShopOrderServiceWxErrorExceptionpublic WxMaShopAddOrderResponse addOrder(WxMaShopOrderInfo orderInfo) throws WxErrorException
addOrder 在接口中 WxMaShopOrderServiceWxErrorExceptionpublic WxMaShopBaseResponse orderPay(WxMaShopOrderPayRequest request) throws WxErrorException
orderPay 在接口中 WxMaShopOrderServiceWxErrorExceptionpublic WxMaShopGetOrderResponse getOrder(Long orderId, String outOrderId, String openid) throws WxErrorException
getOrder 在接口中 WxMaShopOrderServiceWxErrorExceptionpublic WxMaShopGetOrderListResponse getOrderList(Integer page, Integer pageSize, Boolean desc, Date startCreateTime, Date endCreateTime) throws WxErrorException
WxMaShopOrderServicegetOrderList 在接口中 WxMaShopOrderServicepage - 第x页,大于等于1pageSize - 每页订单数,上限100desc - 是否时间倒叙startCreateTime - 起始创建时间endCreateTime - 最终创建时间WxErrorException - .public WxMaShopGetPaymentParamsResponse getPaymentParams(String orderId, String outOrderId, String openid) throws WxErrorException
WxMaShopOrderServicegetPaymentParams 在接口中 WxMaShopOrderServiceorderId - 微信侧订单idoutOrderId - 商家自定义订单IDopenid - 用户openidWxErrorException - .Copyright © 2024. All rights reserved.