mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-04-01 05:56:35 +08:00
修改了http服务器无法正确处理post请求入参;添加了modbus tcp客户端支持。
This commit is contained in:
@@ -36,10 +36,10 @@ namespace Serein.Library.Web
|
||||
/// <summary>
|
||||
/// 标记该类为 Web Api 处理类
|
||||
/// </summary>
|
||||
public class AutoHostingAttribute : Attribute
|
||||
public class WebApiControllerAttribute : Attribute
|
||||
{
|
||||
public string Url { get; }
|
||||
public AutoHostingAttribute(string url = "")
|
||||
public WebApiControllerAttribute(string url = "")
|
||||
{
|
||||
this.Url = url;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user