![JAR search and dependency download from the Maven repository](/logo.png)
net.sinofool.wechat.pay.WeChatPayHttpClient Maven / Gradle / Ivy
The newest version!
package net.sinofool.wechat.pay;
public interface WeChatPayHttpClient {
String get(String host, int port, String schema, String uri);
String post(String host, int port, String schema, String uri, String body);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy