hardcoded disclamer mail

This commit is contained in:
rfi
2023-11-19 14:44:27 +07:00
parent 5847d32c51
commit 0705c4373f
3 changed files with 58 additions and 3 deletions

View File

@@ -2768,9 +2768,9 @@ namespace AscNet.Common.MsgPack
public string SendName { get; set; }
public string Title { get; set; }
public string Content { get; set; }
public uint CreateTime { get; set; }
public uint SendTime { get; set; }
public uint ExpireTime { get; set; }
public long CreateTime { get; set; }
public long SendTime { get; set; }
public long ExpireTime { get; set; }
[MessagePack.MessagePackObject(true)]
public class NotifyMailsNewMailListRewardGoodsList
{