update md
This commit is contained in:
parent
536469088e
commit
8b75aaef96
12
README.md
12
README.md
@ -26,26 +26,26 @@ weixin4j
|
||||
如何获取
|
||||
----------
|
||||
###1.maven依赖
|
||||
微信公众平台API(1.6.0,2015-09-11 released)
|
||||
微信公众平台API(1.6.1,2015-09-16 released)
|
||||
|
||||
<dependency>
|
||||
<groupId>com.foxinmy</groupId>
|
||||
<artifactId>weixin4j-mp</artifactId>
|
||||
<version>1.6.0</version>
|
||||
<version>1.6.1</version>
|
||||
</dependency>
|
||||
微信企业号API(1.6.0,2015-09-11 released)
|
||||
微信企业号API(1.6.1,2015-09-16 released)
|
||||
|
||||
<dependency>
|
||||
<groupId>com.foxinmy</groupId>
|
||||
<artifactId>weixin4j-qy</artifactId>
|
||||
<version>1.6.0</version>
|
||||
<version>1.6.1</version>
|
||||
</dependency>
|
||||
微信回调消息服务器(1.1.0,2015-09-11 released)
|
||||
微信回调消息服务器(1.1.1,2015-09-16 released)
|
||||
|
||||
<dependency>
|
||||
<groupId>com.foxinmy</groupId>
|
||||
<artifactId>weixin4j-server</artifactId>
|
||||
<version>1.1.0</version>
|
||||
<version>1.1.1</version>
|
||||
</dependency>
|
||||
|
||||
以上依赖如果出现Missing artifact错误 请尝试在eclipse里这么做
|
||||
|
||||
@ -524,5 +524,5 @@ public class WeixinPayProxy {
|
||||
return pay3Api.authCode2openId(authCode);
|
||||
}
|
||||
|
||||
public final static String VERSION = "1.6.0";
|
||||
public final static String VERSION = "1.6.1";
|
||||
}
|
||||
|
||||
@ -1352,5 +1352,5 @@ public class WeixinProxy {
|
||||
return dataApi.datacube(datacubeType, date);
|
||||
}
|
||||
|
||||
public final static String VERSION = "1.6.0";
|
||||
public final static String VERSION = "1.6.1";
|
||||
}
|
||||
|
||||
@ -1180,5 +1180,5 @@ public class WeixinProxy {
|
||||
return chatApi.sendChatMessage(message);
|
||||
}
|
||||
|
||||
public final static String VERSION = "1.6.0";
|
||||
public final static String VERSION = "1.6.1";
|
||||
}
|
||||
|
||||
@ -91,5 +91,5 @@ public class WeixinSuiteProxy {
|
||||
return this.suiteMap.get(suiteId);
|
||||
}
|
||||
|
||||
public final static String VERSION = "1.6.0";
|
||||
public final static String VERSION = "1.6.1";
|
||||
}
|
||||
|
||||
@ -15,12 +15,12 @@ base on netty.
|
||||
|
||||
如何使用
|
||||
-------
|
||||
###maven依赖(1.1.0,2015-09-11 released)
|
||||
###maven依赖(1.1.1,2015-09-16 released)
|
||||
|
||||
<dependency>
|
||||
<groupId>com.foxinmy</groupId>
|
||||
<artifactId>weixin4j-server</artifactId>
|
||||
<version>1.1.0</version>
|
||||
<version>1.1.1</version>
|
||||
</dependency>
|
||||
###编写服务启动类
|
||||
明文模式并总是调试输出微信请求信息的服务启动类.
|
||||
|
||||
@ -326,5 +326,5 @@ public final class WeixinServerBootstrap {
|
||||
return this;
|
||||
}
|
||||
|
||||
public final static String VERSION = "1.1.0";
|
||||
public final static String VERSION = "1.1.1";
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user