Package com.foxinmy.weixin4j.server.test
Class MessagePush
- java.lang.Object
-
- com.foxinmy.weixin4j.server.test.MessagePush
-
- Direct Known Subclasses:
EncryptMessageTest
,EventMessageRequestTest
,MessageRequestTest
public class MessagePush extends Object
发送消息请求到服务器- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
-
-
Constructor Summary
Constructors Constructor Description MessagePush()
-
-
-
Method Detail
-
get
public String get(String para) throws IOException
- Throws:
IOException
-
push
public String push(String xml) throws IOException
- Throws:
IOException
-
push
public String push(String para, String xml) throws IOException
- Throws:
IOException
-
-