fhx
9 天以前 a39ee53a8ee5754642ba4c670ee15fc3b9e7a746
phis-feign/src/main/java/com/hz/his/feign/service/platform/payment/SConsumeNotifyRefundService.java
@@ -2,7 +2,6 @@
import com.hx.resultTool.Result;
import com.hz.his.vo.order.refund.qr.RefundQrVo;
import com.hz.his.vo.payment.PayNoVo;
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;
@@ -10,7 +9,7 @@
/**
 * 这里这个name 需要填写 请求的服务提供者的注册到nacos Server上面的服务名,path 是请求接口前缀
 */
@FeignClient(name="phi-platform-service",path = "/phip",contextId = "c-notify-r")
@FeignClient(name="phi-platform-user",path = "/phip",contextId = "c-notify-r")
public interface SConsumeNotifyRefundService {
    /**