package com.matrix.system.shopXcx.api.service; import com.matrix.system.shopXcx.bean.ShopRefundRecord; /** * @author wlz */ public interface WxShopRefundRecordService { /** * 退款接口 * @param id 退款记录ID * @return */ Boolean refundToUser(String id, ShopRefundRecord shopRefundRecord); void updateGroupBuyStatus(Long orderId); }