1、提取了公共代码,添加AbstractWxMPService、AbstractWxCPService类

2、实现了okhttp请求方式
3、RequestExecute接口添加executeApache、executeJodd、executeOkhttp方法
This commit is contained in:
ecoolper
2017-04-27 18:27:01 +08:00
parent dbf0a1505b
commit 49f9787e98
9 changed files with 464 additions and 98 deletions

View File

@@ -39,11 +39,6 @@
<artifactId>jetty-servlet</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jodd</groupId>
<artifactId>jodd-http</artifactId>
<version>3.7</version>
</dependency>
</dependencies>
<build>