Interface GlobalConfigService
-
@FeignClient(name="global-config", url="${arms.global-config.url}") public interface GlobalConfigService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SystemInfoVOgetSystemInfo(java.lang.Long orgLink)
-
-
-
Method Detail
-
getSystemInfo
@GetMapping("/system-info/org-link") SystemInfoVO getSystemInfo(@RequestParam("orgLink") java.lang.Long orgLink)
-
-