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
WxMaProductOrderServicegetOrderList 在接口中 WxMaProductOrderServicestartCreateTime - 否(未填更新时间范围时必填)endCreateTime - 否(未填更新时间范围时必填)startUpdateTime - 否(未填创建时间范围时必填)endUpdateTime - 否(未填创建时间范围时必填)status - 订单状态,枚举值见RequestOrderStatuspage - 第几页(最小填1)pageSize - 每页数量(不超过10,000)source - 1:小商店,2:CPS带货WxErrorExceptionpublic WxMinishopOrderDetailResponse getOrderDetail(Long orderId) throws WxErrorException
WxMaProductOrderServicegetOrderDetail 在接口中 WxMaProductOrderServiceorderId - 订单ID,可从获取订单列表中获得WxErrorExceptionpublic void changeMerchantNotes(Long orderId, String merchantNotes) throws WxErrorException
WxMaProductOrderServicechangeMerchantNotes 在接口中 WxMaProductOrderServiceorderId - 订单idmerchantNotes - 备注内容WxErrorExceptionpublic WxMaShopBaseResponse deliverySend(WxMiniOrderDeliveryRequest request) throws WxErrorException
deliverySend 在接口中 WxMaProductOrderServiceWxErrorExceptionpublic WxMiniGetAfterSaleOrderResponse getAfterSaleOrder(Long afterSaleOrderId) throws WxErrorException
getAfterSaleOrder 在接口中 WxMaProductOrderServiceWxErrorExceptionpublic WxMiniBatchGetAfterSaleOrderResponse batchGetAfterSaleOrder(List<Long> afterSaleOrderIdList) throws WxErrorException
batchGetAfterSaleOrder 在接口中 WxMaProductOrderServiceWxErrorExceptionpublic WxMaShopBaseResponse afterSaleAccept(Long orderId, Long addressId) throws WxErrorException
afterSaleAccept 在接口中 WxMaProductOrderServiceWxErrorExceptionpublic WxMaShopBaseResponse afterSaleReject(Long afterSaleOrderId, String rejectReason) throws WxErrorException
afterSaleReject 在接口中 WxMaProductOrderServiceWxErrorExceptionCopyright © 2024. All rights reserved.