This commit is contained in:
Binary Wang 2018-05-06 12:10:50 +08:00
parent 1cea48b447
commit a21fdf2c78

View File

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