1. Serein.Proto.WebSocket项目中,ws方法入参新增了对于使用流程上下文作为参数的识别

This commit is contained in:
fengjiayi
2025-08-23 14:48:19 +08:00
parent 0029bc885e
commit 5656619a3b
7 changed files with 16 additions and 15 deletions

View File

@@ -56,6 +56,11 @@ namespace Serein.Proto.WebSocket.Handle
/// </summary>
public bool[] UseMsgId { get; set; } = [];
/// <summary>
/// 是否使用上下文作为参数
/// </summary>
public bool[] UseContent { get; set; } = [];
/// <summary>
/// 参数名称
/// </summary>