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