天益Wms新增,电梯调度相关操作

This commit is contained in:
alex
2023-09-26 14:39:04 +08:00
parent 821737473e
commit aca969b55e
7 changed files with 427 additions and 6 deletions

View File

@@ -114,6 +114,7 @@ namespace Tnb.Common.Utils
if (pars?.Count > 0)
{
reqUri = QueryHelpers.AddQueryString(url, pars);
//await Console.Out.WriteLineAsync(reqUri);
}
if (headers?.Count > 0)
{