浏览代码

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

master
Binary Wang 8 年前
父节点
当前提交
a638189ec8
共有 1 个文件被更改,包括 10 次插入0 次删除
  1. +10
    -0
      weixin-java-mp/src/test/java/me/chanjar/weixin/mp/api/WxXmlMpInMemoryConfigStorage.java

+ 10
- 0
weixin-java-mp/src/test/java/me/chanjar/weixin/mp/api/WxXmlMpInMemoryConfigStorage.java 查看文件

@@ -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;
}


正在加载...
取消
保存