wangrenhuang
2022-12-12 ca49d7a3ad3548237aec83582c5e6f87bb1f76ec
phis-feign/src/main/java/com/hz/his/feign/service/platform/SWxTokenService.java
@@ -11,7 +11,7 @@
 * 这里这个name 需要填写 请求的服务提供者的注册到nacos Server上面的服务名,path 是请求接口前缀
 * url :指定地址(token统一拿线上,所以需要指定)
 */
@FeignClient(name="phi-platfrom-service",url = "https://phiapi.phiskin.com",path = "/phip",contextId = "phip-token")
@FeignClient(name="phi-platform-service",url = "https://phiapi.phiskin.com",path = "/phip",contextId = "phip-token")
public interface SWxTokenService {
    /**