wangrenhuang
2023-11-06 d922690fbc15e29e152c1bb864a33296bf1b8f33
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);
}