增加 对选住推送日志的监控
本质上就是自己用mongodb记录一下日志。
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user