fwq
2024-04-18 a8ee1e598c1bfe3f71ceea1feccdaba27183de9a
phis-feign/src/main/java/com/hz/his/feign/service/phis/SConsumablesService.java
@@ -44,6 +44,6 @@
    Result getConsumablesCouponList(@RequestBody PageDto pageDto);
    /** 检查优惠券商品是否可购买 */
    @PostMapping(value = "/consumables/checkConsumablesCouponIsBuy")
    @PostMapping(value = "/check/consumables/coupon/isBuy")
    Result checkConsumablesCouponIsBuy(@RequestBody ConsumablesDto dto);
}