测试配置中增加证书文件路径的设置

This commit is contained in:
Binary Wang 2016-12-29 19:02:20 +08:00
parent 013da38f00
commit a638189ec8

View File

@ -14,6 +14,16 @@ public class WxXmlMpInMemoryConfigStorage
private String qrconnectRedirectUrl;
private String templateId;
public String getKeyPath() {
return keyPath;
}
public void setKeyPath(String keyPath) {
this.keyPath = keyPath;
}
private String keyPath;
public String getOpenid() {
return this.openid;
}