李进 пре 1 година
родитељ
комит
91381b0158

+ 2 - 2
sys-api-feign/src/main/java/com/xy/feign/SysMsgSendFeign.java → sys-api-feign/src/main/java/com/xy/feign/SysMsgMqttConsumerFeign.java

@@ -2,9 +2,9 @@ package com.xy.feign;
 
 import com.xy.FeignInterceptor;
 import com.xy.consts.ServiceConsts;
-import com.xy.service.MsgSendApiService;
+import com.xy.service.MsgMqttConsumer;
 import org.springframework.cloud.openfeign.FeignClient;
 
 @FeignClient(value = ServiceConsts.SERVICE_NAME, configuration = FeignInterceptor.class)
-public interface SysMsgSendFeign extends MsgSendApiService {
+public interface SysMsgMqttConsumerFeign extends MsgMqttConsumer {
 }