Parcourir la source

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

master
Binary Wang il y a 8 ans
Parent
révision
a638189ec8
1 fichiers modifiés avec 10 ajouts et 0 suppressions
  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 Voir le fichier

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


Chargement…
Annuler
Enregistrer