ソースを参照

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

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


読み込み中…
キャンセル
保存