public class WxMaProductOrderServiceImpl extends Object implements WxMaProductOrderService
构造器和说明 |
---|
WxMaProductOrderServiceImpl() |
限定符和类型 | 方法和说明 |
---|---|
WxMaShopBaseResponse |
afterSaleAccept(Long orderId,
Long addressId) |
WxMaShopBaseResponse |
afterSaleReject(Long afterSaleOrderId,
String rejectReason) |
WxMiniBatchGetAfterSaleOrderResponse |
batchGetAfterSaleOrder(List<Long> afterSaleOrderIdList) |
void |
changeMerchantNotes(Long orderId,
String merchantNotes)
修改订单备注
|
WxMaShopBaseResponse |
deliverySend(WxMiniOrderDeliveryRequest request) |
WxMiniGetAfterSaleOrderResponse |
getAfterSaleOrder(Long afterSaleOrderId) |
WxMinishopOrderDetailResponse |
getOrderDetail(Long orderId)
获取订单详情
|
WxMinishopOrderListResponse |
getOrderList(String startCreateTime,
String endCreateTime,
String startUpdateTime,
String endUpdateTime,
Integer status,
Integer page,
Integer pageSize,
Integer source)
获取订单列表
|
public WxMinishopOrderListResponse getOrderList(String startCreateTime, String endCreateTime, String startUpdateTime, String endUpdateTime, Integer status, Integer page, Integer pageSize, Integer source) throws WxErrorException
WxMaProductOrderService
getOrderList
在接口中 WxMaProductOrderService
startCreateTime
- 否(未填更新时间范围时必填)endCreateTime
- 否(未填更新时间范围时必填)startUpdateTime
- 否(未填创建时间范围时必填)endUpdateTime
- 否(未填创建时间范围时必填)status
- 订单状态,枚举值见RequestOrderStatuspage
- 第几页(最小填1)pageSize
- 每页数量(不超过10,000)source
- 1:小商店,2:CPS带货WxErrorException
public WxMinishopOrderDetailResponse getOrderDetail(Long orderId) throws WxErrorException
WxMaProductOrderService
getOrderDetail
在接口中 WxMaProductOrderService
orderId
- 订单ID,可从获取订单列表中获得WxErrorException
public void changeMerchantNotes(Long orderId, String merchantNotes) throws WxErrorException
WxMaProductOrderService
changeMerchantNotes
在接口中 WxMaProductOrderService
orderId
- 订单idmerchantNotes
- 备注内容WxErrorException
public WxMaShopBaseResponse deliverySend(WxMiniOrderDeliveryRequest request) throws WxErrorException
deliverySend
在接口中 WxMaProductOrderService
WxErrorException
public WxMiniGetAfterSaleOrderResponse getAfterSaleOrder(Long afterSaleOrderId) throws WxErrorException
getAfterSaleOrder
在接口中 WxMaProductOrderService
WxErrorException
public WxMiniBatchGetAfterSaleOrderResponse batchGetAfterSaleOrder(List<Long> afterSaleOrderIdList) throws WxErrorException
batchGetAfterSaleOrder
在接口中 WxMaProductOrderService
WxErrorException
public WxMaShopBaseResponse afterSaleAccept(Long orderId, Long addressId) throws WxErrorException
afterSaleAccept
在接口中 WxMaProductOrderService
WxErrorException
public WxMaShopBaseResponse afterSaleReject(Long afterSaleOrderId, String rejectReason) throws WxErrorException
afterSaleReject
在接口中 WxMaProductOrderService
WxErrorException
Copyright © 2024. All rights reserved.