소스 검색

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

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


불러오는 중...
취소
저장