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); }