mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-08-24 16:18:51 +08:00
测试配置中增加证书文件路径的设置
This commit is contained in:
parent
013da38f00
commit
a638189ec8
@ -14,6 +14,16 @@ public class WxXmlMpInMemoryConfigStorage
|
|||||||
private String qrconnectRedirectUrl;
|
private String qrconnectRedirectUrl;
|
||||||
private String templateId;
|
private String templateId;
|
||||||
|
|
||||||
|
public String getKeyPath() {
|
||||||
|
return keyPath;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setKeyPath(String keyPath) {
|
||||||
|
this.keyPath = keyPath;
|
||||||
|
}
|
||||||
|
|
||||||
|
private String keyPath;
|
||||||
|
|
||||||
public String getOpenid() {
|
public String getOpenid() {
|
||||||
return this.openid;
|
return this.openid;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user