package com.gyee.impala.common.feign; import com.alibaba.fastjson.JSONObject; import feign.RequestLine; public interface IHostService { @RequestLine("GET /hostparam/getparam") JSONObject getParam(); }