|
|
@@ -13,7 +13,7 @@ import org.springframework.web.bind.annotation.RequestParam;
|
|
|
*/
|
|
|
@FeignClient(contextId = "AlarmDataSyncTaskService", value = "service-cdi", fallbackFactory = AlarmDataSyncTaskFactory.class)
|
|
|
public interface AlarmDataSyncTaskService {
|
|
|
- @GetMapping("/synchronizeDeviceData")
|
|
|
+ @GetMapping("/synchronizeAlarmData")
|
|
|
void synchronizeAlarmData(@RequestParam("tenantId") Integer tenantId,
|
|
|
@RequestParam("engineeringId") Long engineeringId,
|
|
|
@RequestParam("username") String username,
|