update md

This commit is contained in:
jinyu
2015-10-15 23:29:26 +08:00
parent 85645be705
commit 464553dcee
2 changed files with 7 additions and 1 deletions
@@ -104,6 +104,12 @@ public class WeixinProxy {
this(appid, appsecret, MpApi.DEFAULT_TOKEN_STORAGER);
}
/**
*
* @param appid
* @param appsecret
* @param tokenStorager
*/
public WeixinProxy(String appid, String appsecret,
TokenStorager tokenStorager) {
this(new TokenHolder(new WeixinTokenCreator(appid, appsecret),