new feature

This commit is contained in:
2024-06-27 04:38:04 +08:00
parent c40f8d664d
commit 2257ba5b2a
4 changed files with 34 additions and 7 deletions
+4 -2
View File
@@ -1,6 +1,8 @@
namespace SimApi.Communications;
using System.Collections.Generic;
namespace SimApi.Communications;
/// <summary>
/// 登录信息中间件
/// </summary>
public record SimApiLoginItem(string Id, string[] Type);
public record SimApiLoginItem(string Id, string[] Type,Dictionary<string,string> Meta = null);