mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-03 00:00:49 +08:00
重新设计了Libray.Json Api以及 WebSocket 的交互处理方式
This commit is contained in:
@@ -145,15 +145,14 @@ namespace Serein.Library
|
||||
/// <returns></returns>
|
||||
public static IJsonToken json(string content)
|
||||
{
|
||||
/*if (string.IsNullOrWhiteSpace(content))
|
||||
{
|
||||
return JsonHelper.Object(dict => { }) ;
|
||||
}*/
|
||||
return JsonHelper.Parse(content);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user