public interface WxMaIntracityService
void apply() throws WxErrorException
WxErrorException
String createStore(WxMaStore store) throws WxErrorException
WxErrorException
void updateStore(WxMaStore store) throws WxErrorException
WxErrorException
List<WxMaStore> listAllStores() throws WxErrorException
WxErrorException
WxMaStore queryStoreByWxStoreId(String wxStoreId) throws WxErrorException
WxErrorException
List<WxMaStore> queryStoreByOutStoreId(String outStoreId) throws WxErrorException
WxErrorException
String storeCharge(WxMaStoreChargeRequest request) throws WxErrorException
WxErrorException
int storeRefund(WxMaStoreRefundRequest request) throws WxErrorException
WxErrorException
WxMaStoreFlowResponse<? extends WxMaStoreFlowResponse.BasicFlowRecord> queryFlow(WxMaQueryFlowRequest request) throws WxErrorException
WxErrorException
WxMaStoreBalance balanceQuery(String wxStoreId, String serviceTransId, PayMode payMode) throws WxErrorException
WxErrorException
void setPayMode(PayMode payMode) throws WxErrorException
WxErrorException
WxMaGetPayModeResponse getPayMode() throws WxErrorException
WxErrorException
WxMaPreAddOrderResponse preAddOrder(WxMaPreAddOrderRequest request) throws WxErrorException
WxErrorException
WxMaAddOrderResponse addOrder(WxMaAddOrderRequest order) throws WxErrorException
WxErrorException
WxMaOrder queryOrderByWxOrderId(String wxOrderId) throws WxErrorException
WxErrorException
WxMaOrder queryOrderByStoreOrderId(String wxStoreId, String storeOrderId) throws WxErrorException
WxErrorException
WxMaCancelOrderResponse cancelOrderByWxOrderId(String wxOrderId, int cancelReasonId, String cancelReason) throws WxErrorException
WxErrorException
WxMaCancelOrderResponse cancelOrderByStoreOrderId(String wxStoreId, String storeOrderId, int cancelReasonId, String cancelReason) throws WxErrorException
WxErrorException
List<WxMaTransCity> getCity(String serviceTransId) throws WxErrorException
serviceTransId
- 运力ID,传NULL则返回所有WxErrorException
Copyright © 2024. All rights reserved.