在WeixinProxy类新增VERSION字段

This commit is contained in:
jinyu
2015-08-03 19:21:34 +08:00
parent b857ec6b52
commit 5bf612c9c5
5 changed files with 11 additions and 1 deletions
@@ -523,4 +523,6 @@ public class WeixinPayProxy {
throws WeixinException {
return pay3Api.authCode2openId(authCode);
}
public final static String VERSION = "1.5.2";
}