public interface HttpExecutor
<T,K> K executePost(String host, String path, T paramObject, Class<K> returnType) throws IOException
IOException<K> K executeGet(String host, String path, Map<String,String> paramObject, Class<K> returnType) throws IOException
IOExceptionCopyright © 2020 Seata. All rights reserved.