Skip to content

Commit a638189

Browse files
committed
测试配置中增加证书文件路径的设置
1 parent 013da38 commit a638189

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

weixin-java-mp/src/test/java/me/chanjar/weixin/mp/api/WxXmlMpInMemoryConfigStorage.java

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,16 @@ public class WxXmlMpInMemoryConfigStorage
1414
private String qrconnectRedirectUrl;
1515
private String templateId;
1616

17+
public String getKeyPath() {
18+
return keyPath;
19+
}
20+
21+
public void setKeyPath(String keyPath) {
22+
this.keyPath = keyPath;
23+
}
24+
25+
private String keyPath;
26+
1727
public String getOpenid() {
1828
return this.openid;
1929
}

0 commit comments

Comments
 (0)