src/main/java/cc/mrbird/febs/mall/service/IApiMallProductService.java
@@ -23,4 +23,10 @@ FebsResponse orderSell(ApiOrderSellInfoDto apiOrderSellInfoDto); FebsResponse orderBuy(ApiOrderBuyInfoDto apiOrderBuyInfoDto); FebsResponse orderBuyInsure(ApiOrderBuyInsureDto apiOrderBuyInsureDto); FebsResponse orderSellInsure(ApiOrderSellInsureDto apiOrderSellInsureDto); FebsResponse orderBuyList(ApiOrderBuyDto apiOrderBuyDto); }