mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-12 20:49:24 +08:00
重新设计了Libray.Json Api以及 WebSocket 的交互处理方式
This commit is contained in:
14
Serein.Proto.WebSocket/Handle/WebSocketMethodConfig.cs
Normal file
14
Serein.Proto.WebSocket/Handle/WebSocketMethodConfig.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace Serein.Proto.WebSocket.Handle
|
||||
{
|
||||
public class WebSocketMethodConfig : MethodInvokeConfiguration
|
||||
{
|
||||
/// <summary>
|
||||
/// 主题
|
||||
/// </summary>
|
||||
public string ThemeValue { get; set; } = string.Empty;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user