|
@ -15,6 +15,6 @@ public interface RemoteSystemFeign { |
|
|
@GetMapping("/config/selectStreamType") |
|
|
@GetMapping("/config/selectStreamType") |
|
|
public List<String> selectStreamType(@RequestParam String deviceSn); |
|
|
public List<String> selectStreamType(@RequestParam String deviceSn); |
|
|
|
|
|
|
|
|
@GetMapping(value = "/config/configKey/{configKey}") |
|
|
@GetMapping(value = "/config/configKeyFeign/{configKey}") |
|
|
public R<String> getConfigKey(@PathVariable String configKey); |
|
|
public String getConfigKeyFeign(@PathVariable String configKey); |
|
|
} |
|
|
} |
|
|