去掉httpclient依赖
This commit is contained in:
+2
-2
@@ -26,7 +26,7 @@ import com.foxinmy.weixin4j.startup.WeixinServerBootstrap;
|
||||
public class MessageServerStartup {
|
||||
|
||||
final String appid = "appid";
|
||||
final String token = "开发者token";
|
||||
final String token = "carsonliu13450438112";
|
||||
final String aesKey = "AES密钥";
|
||||
|
||||
/**
|
||||
@@ -108,7 +108,7 @@ public class MessageServerStartup {
|
||||
.addHandler(BlankMessageHandler.global).startup();
|
||||
}
|
||||
|
||||
public static void main(String[] args) throws WeixinException {
|
||||
public static void main(String[] args) throws Exception {
|
||||
new MessageServerStartup().test1();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user