public abstract class IRequestService extends Object
public abstract Object sendPost(String url, Map<String,String> param) throws IOException, KeyManagementException, NoSuchAlgorithmException
public static IRequestService getInstance() throws ClassNotFoundException, InstantiationException, IllegalAccessException
Copyright © 2020. All rights reserved.