Procházet zdrojové kódy

排查解决线上环境定时任务调用更新设备状态失败的问题

james před 4 dny
rodič
revize
955364b412

+ 1 - 1
service-iot/service-iot-api/src/main/java/com/usky/iot/RemoteIotTaskService.java

@@ -8,7 +8,7 @@ import org.springframework.cloud.openfeign.FeignClient;
 import org.springframework.web.bind.annotation.GetMapping;
 import org.springframework.web.bind.annotation.RequestParam;
 
-@FeignClient(contextId = "RemoteIotTaskService", value = "service-iot" , fallbackFactory = RemoteIotTaskFactory.class)
+@FeignClient(contextId = "remoteIotTaskService", value = "service-iot" , fallbackFactory = RemoteIotTaskFactory.class)
 public interface RemoteIotTaskService {
 
     @GetMapping("/dataOverviewJobData")