增加注册信息日志推送

This commit is contained in:
2026-03-13 14:57:28 +08:00
parent da7356f016
commit 4aa6bb31ef
6 changed files with 63 additions and 15 deletions

View File

@@ -25,6 +25,7 @@ namespace CommonEntity
}
public class RegisterInfo
{
public long ts_ms { get; set; }
public long hotel_id { get; set; }
public string room_id { get; set; }
public string device_id { get; set; }
@@ -48,16 +49,27 @@ namespace CommonEntity
public string gateway { get; set; }
public string dns { get; set; }
public string version { get; set; }
/// <summary>
/// RCU 时间,年月日 那种
/// </summary>
public string rcu_time { get; set; }
public string launcher_version { get; set; }
public string mac { get; set; }
public string room_type_id { get; set; }
public int room_type_id { get; set; }
public string config_version { get; set; }
public string room_status { get; set; }
public int room_status { get; set; }
public string season { get; set; }
public string sys_lock_status { get; set; }
public string authorization_time { get; set; }
public string authorization_days { get; set; }
/// <summary>
/// 系统锁定状态
/// </summary>
public int sys_lock_status { get; set; }
/// <summary>
/// 授权时间
/// </summary>
public long authorization_time { get; set; }
public long authorization_days { get; set; }
public string room_num_remark { get; set; }
public string room_type_remark { get; set; }
public string room_remark { get; set; }