public interface MyAbstractHttp
String
get()
get(String url)
post(String jsonParam)
post(String url, String jsonParam)
String post(String url, String jsonParam)
url
jsonParam
String post(String jsonParam)
String get(String url)
String get()
Copyright © 2020. All rights reserved.