增加 对选住推送日志的监控

本质上就是自己用mongodb记录一下日志。
This commit is contained in:
2026-01-05 16:08:54 +08:00
parent 7c7386d9eb
commit b746a1da1a
12 changed files with 706 additions and 180 deletions

View File

@@ -1,4 +1,5 @@
using System;
using MongoDB.Bson;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
@@ -62,4 +63,10 @@ namespace CommonEntity
/// </summary>
public int valve { get; set; }
}
public class XuanZhuRequest_db : XuanZhuRequest
{
public ObjectId _id { get; set; }
public long timestamp { get; set; }
}
}