8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cea48b commit a21fdf2Copy full SHA for a21fdf2
weixin-java-mp/src/test/java/me/chanjar/weixin/mp/api/test/TestConfigStorage.java
@@ -52,10 +52,12 @@ public void setQrconnectRedirectUrl(String qrconnectRedirectUrl) {
52
this.qrconnectRedirectUrl = qrconnectRedirectUrl;
53
}
54
55
+ @Override
56
public String getTemplateId() {
57
return this.templateId;
58
59
60
61
public void setTemplateId(String templateId) {
62
this.templateId = templateId;
63
0 commit comments