Ver código fonte

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

master
Binary Wang 8 anos atrás
pai
commit
a638189ec8
1 arquivos alterados com 10 adições e 0 exclusões
  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 Ver arquivo

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


Carregando…
Cancelar
Salvar