fwq
2024-07-31 81ab3d0067133df70bcf881bba75af08112fa90d
phis-feign/src/main/java/com/hz/his/feign/service/phis/SConsumablesService.java
@@ -11,7 +11,7 @@
/**
 * 这里这个name 需要填写 请求的服务提供者的注册到nacos Server上面的服务名,path 是请求接口前缀
 */
@FeignClient(name="phis-provider",path = "/p-his-data",contextId = "consumables")
@FeignClient(name="phi-platform-user",path = "/p-his-data",contextId = "consumables")
public interface SConsumablesService {
    /**
@@ -44,6 +44,6 @@
    Result getConsumablesCouponList(@RequestBody PageDto pageDto);
    /** 检查优惠券商品是否可购买 */
    @PostMapping(value = "/consumables/checkConsumablesCouponIsBuy")
    @PostMapping(value = "/check/consumables/coupon/isBuy")
    Result checkConsumablesCouponIsBuy(@RequestBody ConsumablesDto dto);
}