mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-14 13:36:35 +08:00
取消使用流程上下文自定义的字典数据;更改流程环境接口的输出方式
This commit is contained in:
@@ -50,7 +50,7 @@ namespace Serein.NodeFlow.Env
|
||||
{
|
||||
|
||||
var msgId = MsgIdHelper.GenerateId().ToString();
|
||||
Console.WriteLine($"[{msgId}] => {theme}");
|
||||
SereinEnv.WriteLine(InfoType.INFO, $"[{msgId}] => {theme}");
|
||||
await SendCommandAsync(msgId, theme, data); // 客户端发送消息
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user