mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-31 13:36:35 +08:00
1. Serein.Proto.WebSocket项目中,ws方法入参新增了对于使用流程上下文作为参数的识别
This commit is contained in:
@@ -56,6 +56,11 @@ namespace Serein.Proto.WebSocket.Handle
|
||||
/// </summary>
|
||||
public bool[] UseMsgId { get; set; } = [];
|
||||
|
||||
/// <summary>
|
||||
/// 是否使用上下文作为参数
|
||||
/// </summary>
|
||||
public bool[] UseContent { get; set; } = [];
|
||||
|
||||
/// <summary>
|
||||
/// 参数名称
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user