소스 검색

fix code

master
Binary Wang 6 년 전
부모
커밋
a21fdf2c78
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      weixin-java-mp/src/test/java/me/chanjar/weixin/mp/api/test/TestConfigStorage.java

+ 2
- 0
weixin-java-mp/src/test/java/me/chanjar/weixin/mp/api/test/TestConfigStorage.java 파일 보기

@@ -52,10 +52,12 @@ public class TestConfigStorage extends WxMpInMemoryConfigStorage {
this.qrconnectRedirectUrl = qrconnectRedirectUrl;
}

@Override
public String getTemplateId() {
return this.templateId;
}

@Override
public void setTemplateId(String templateId) {
this.templateId = templateId;
}


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