feat: 支持微信通知
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace Yi.Framework.DigitalCollectibles.Domain.Shared.Caches;
|
||||
|
||||
public class WeChatNoticeCacheItem
|
||||
{
|
||||
public WeChatNoticeCacheItem(bool isSubscribe)
|
||||
{
|
||||
IsSubscribe = isSubscribe;
|
||||
}
|
||||
|
||||
public bool IsSubscribe { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user