public interface WxMaIntracityService
void apply()
throws WxErrorException
WxErrorExceptionString createStore(WxMaStore store) throws WxErrorException
WxErrorExceptionvoid updateStore(WxMaStore store) throws WxErrorException
WxErrorExceptionList<WxMaStore> listAllStores() throws WxErrorException
WxErrorExceptionWxMaStore queryStoreByWxStoreId(String wxStoreId) throws WxErrorException
WxErrorExceptionList<WxMaStore> queryStoreByOutStoreId(String outStoreId) throws WxErrorException
WxErrorExceptionString storeCharge(WxMaStoreChargeRequest request) throws WxErrorException
WxErrorExceptionint storeRefund(WxMaStoreRefundRequest request) throws WxErrorException
WxErrorExceptionWxMaStoreFlowResponse<? extends WxMaStoreFlowResponse.BasicFlowRecord> queryFlow(WxMaQueryFlowRequest request) throws WxErrorException
WxErrorExceptionWxMaStoreBalance balanceQuery(String wxStoreId, String serviceTransId, PayMode payMode) throws WxErrorException
WxErrorExceptionvoid setPayMode(PayMode payMode) throws WxErrorException
WxErrorExceptionWxMaGetPayModeResponse getPayMode() throws WxErrorException
WxErrorExceptionWxMaPreAddOrderResponse preAddOrder(WxMaPreAddOrderRequest request) throws WxErrorException
WxErrorExceptionWxMaAddOrderResponse addOrder(WxMaAddOrderRequest order) throws WxErrorException
WxErrorExceptionWxMaOrder queryOrderByWxOrderId(String wxOrderId) throws WxErrorException
WxErrorExceptionWxMaOrder queryOrderByStoreOrderId(String wxStoreId, String storeOrderId) throws WxErrorException
WxErrorExceptionWxMaCancelOrderResponse cancelOrderByWxOrderId(String wxOrderId, int cancelReasonId, String cancelReason) throws WxErrorException
WxErrorExceptionWxMaCancelOrderResponse cancelOrderByStoreOrderId(String wxStoreId, String storeOrderId, int cancelReasonId, String cancelReason) throws WxErrorException
WxErrorExceptionList<WxMaTransCity> getCity(String serviceTransId) throws WxErrorException
serviceTransId - 运力ID,传NULL则返回所有WxErrorExceptionCopyright © 2024. All rights reserved.