mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-04-04 23:36:35 +08:00
18 lines
282 B
C#
18 lines
282 B
C#
|
|
|
|||
|
|
using Serein.Library;
|
|||
|
|
using System;
|
|||
|
|
using System.Collections.Generic;
|
|||
|
|
using System.Diagnostics;
|
|||
|
|
using System.Threading.Tasks;
|
|||
|
|
|
|||
|
|
namespace Serein.Proto.HttpApi
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
/// <summary>
|
|||
|
|
/// HTTP接口监听类
|
|||
|
|
/// </summary>
|
|||
|
|
public partial class WebApiServer
|
|||
|
|
{
|
|||
|
|
}
|
|||
|
|
}
|