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


Завантаження…
Відмінити
Зберегти