From 0fdec9003ee06369547e306c3f15be2901da5cf4 Mon Sep 17 00:00:00 2001 From: fhx <308050795@qq.com> Date: 星期三, 24 四月 2024 12:40:03 +0800 Subject: [PATCH] 1.修改dto字段 --- phis-feign/src/main/java/com/hz/his/feign/service/phis/SConsumablesService.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/phis-feign/src/main/java/com/hz/his/feign/service/phis/SConsumablesService.java b/phis-feign/src/main/java/com/hz/his/feign/service/phis/SConsumablesService.java index 6908a04..b1ed46a 100644 --- a/phis-feign/src/main/java/com/hz/his/feign/service/phis/SConsumablesService.java +++ b/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); } \ No newline at end of file -- Gitblit v1.8.0