update md & added WeixinSuiteProxy class.

This commit is contained in:
jinyu
2015-06-22 23:58:29 +08:00
parent e2a63b1b79
commit 37503acac6
13 changed files with 291 additions and 77 deletions
@@ -67,10 +67,20 @@ public class WeixinPayProxy {
this(MpApi.DEFAULT_WEIXIN_ACCOUNT, tokenStorager);
}
/**
* 使用文件保存token
*
* @param weixinAccount
* 支付相关的公众号账号信息
*/
public WeixinPayProxy(WeixinMpAccount weixinAccount) {
this(weixinAccount, MpApi.DEFAULT_TOKEN_STORAGER);
}
/**
*
* @param weixinAccount
* 公众号账号信息
* 支付相关的公众号账号信息
*
* @param tokenStorager
* token的存储策略