浏览代码

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


正在加载...
取消
保存