mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-12 04:06:37 +08:00
feat: 完成微信小程序消息推送
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace Yi.Framework.DigitalCollectibles.Domain.Shared.Etos;
|
||||
|
||||
public class WeChatMiniProgramNoticeEto
|
||||
{
|
||||
public Guid UserId { get; set; }
|
||||
public String Title { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user