mirror of
https://git.lewd.wtf/PGR/ascnet
synced 2025-12-12 22:24:35 +01:00
hardcoded disclamer mail
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user