From 0fe51f07bc3a16acc762d907cbf9d2c14cfbc47f Mon Sep 17 00:00:00 2001
From: rx <auster_i@163.com>
Date: 星期一, 26 八月 2024 17:07:43 +0800
Subject: [PATCH] Merge branch 'master-rx-卡项促销活动分类' of http://1.15.4.62:80/r/~chenjiahe/phis-service-feign into master-jiayan-test

---
 phis-feign/src/main/java/com/hz/his/feign/service/phis/SConsumablesService.java |    6 +++++-
 1 files changed, 5 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 57fef07..6deaeee 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
@@ -11,7 +11,7 @@
 /**
  * 杩欓噷杩欎釜name 闇�瑕佸~鍐� 璇锋眰鐨勬湇鍔℃彁渚涜�呯殑娉ㄥ唽鍒皀acos Server涓婇潰鐨勬湇鍔″悕锛宲ath 鏄姹傛帴鍙e墠缂�
  */
-@FeignClient(name="phis-provider",path = "/p-his-data",contextId = "consumables")
+@FeignClient(name="phi-platform-user",path = "/p-his-data",contextId = "consumables")
 public interface SConsumablesService {
 
     /**
@@ -42,4 +42,8 @@
      */
     @PostMapping(value = "/consumables/coupon/list")
     Result getConsumablesCouponList(@RequestBody PageDto pageDto);
+
+    /** 妫�鏌ヤ紭鎯犲埜鍟嗗搧鏄惁鍙喘涔� */
+    @PostMapping(value = "/check/consumables/coupon/isBuy")
+    Result checkConsumablesCouponIsBuy(@RequestBody ConsumablesDto dto);
 }
\ No newline at end of file

--
Gitblit v1.8.0