mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-28 12:06:34 +08:00
修改了http服务器无法正确处理post请求入参;添加了modbus tcp客户端支持。
This commit is contained in:
@@ -130,7 +130,7 @@ namespace Serein.Library.Network
|
||||
}
|
||||
else if (jsonObject != null && PostArgTypes[i] == PostArgType.IsBobyData)
|
||||
{
|
||||
args[i] = jsonObject;
|
||||
args[i] = jsonObject.ToObject(type);
|
||||
}
|
||||
else if (jsonObject != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user