chenjiahe
2023-11-15 61de68df7786fcc9cdd3b574de2f43f9f6b40aba
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);
}