2 Commits 6ab16f4fa6 ... 97e1f79905

Author SHA1 Message Date
  james 97e1f79905 Merge branch 'usky-zyj' into server-165 1 month ago
  james 955364b412 排查解决线上环境定时任务调用更新设备状态失败的问题 1 month ago

+ 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")