mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-08-25 10:08:16 +08:00
fix code
This commit is contained in:
parent
1cea48b447
commit
a21fdf2c78
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user