mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-10-29 17:48:50 +08:00
#436 添加一次性订阅消息接口
This commit is contained in:
@ -342,6 +342,11 @@ public class WxOpenInMemoryConfigStorage implements WxOpenConfigStorage {
|
||||
return wxOpenConfigStorage.getComponentToken();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getTemplateId() {
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public long getExpiresTime() {
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user