|
@@ -52,10 +52,12 @@ public class TestConfigStorage extends WxMpInMemoryConfigStorage { |
|
|
this.qrconnectRedirectUrl = qrconnectRedirectUrl; |
|
|
this.qrconnectRedirectUrl = qrconnectRedirectUrl; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
public String getTemplateId() { |
|
|
public String getTemplateId() { |
|
|
return this.templateId; |
|
|
return this.templateId; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
public void setTemplateId(String templateId) { |
|
|
public void setTemplateId(String templateId) { |
|
|
this.templateId = templateId; |
|
|
this.templateId = templateId; |
|
|
} |
|
|
} |
|
|