فهرست منبع

Merge branch 'usky-zyj' into server-165

james 1 ماه پیش
والد
کامیت
97e1f79905
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      service-iot/service-iot-api/src/main/java/com/usky/iot/RemoteIotTaskService.java

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