#436 添加一次性订阅消息接口

This commit is contained in:
Mklaus
2018-01-23 10:23:29 +08:00
committed by Binary Wang
parent be50ea009c
commit f2b05480b5
14 changed files with 336 additions and 2 deletions

View File

@ -342,6 +342,11 @@ public class WxOpenInMemoryConfigStorage implements WxOpenConfigStorage {
return wxOpenConfigStorage.getComponentToken();
}
@Override
public String getTemplateId() {
return null;
}
@Override
public long getExpiresTime() {
return 0;