fhx
2024-04-16 8bb9c77d61c0d20e8a06e9185bf0a89a16dd6be2
phis-feign/src/main/java/com/hz/his/feign/service/phis/SConsumablesService.java
@@ -35,4 +35,15 @@
     */
    @PostMapping(value = "/consumables/update/list")
    Result getUpdateConsumables(@RequestBody ConsumablesDto consumablesDto);
    /**
     * 获取优惠券商品列表
     * @return Result
     */
    @PostMapping(value = "/consumables/coupon/list")
    Result getConsumablesCouponList(@RequestBody PageDto pageDto);
    /** 检查优惠券商品是否可购买 */
    @PostMapping(value = "/check/consumables/coupon/isBuy")
    Result checkConsumablesCouponIsBuy(@RequestBody ConsumablesDto dto);
}