Interface GlobalConfigService


  • @FeignClient(name="global-config",
                 url="${arms.global-config.url}")
    public interface GlobalConfigService
    • Method Detail

      • getSystemInfo

        @GetMapping("/system-info/org-link")
        SystemInfoVO getSystemInfo​(@RequestParam("orgLink")
                                   java.lang.Long orgLink)