增加Mes登录接口URL

This commit is contained in:
liming 蔡
2026-07-15 16:32:52 +08:00
parent bbfb08a24a
commit 70f728a20f
7 changed files with 324 additions and 256 deletions
+1 -1
View File
@@ -322,7 +322,7 @@ namespace JY.Inspection.Mes
// TODO MES登录请求地址
DateTime currentTime = DateTime.Now;
string reqUrl = string.Empty;
string reqUrl = Global.systemConfig.LoginMesUrl;
MesCallResult<RespLoginMes> resp = new MesCallResult<RespLoginMes>();
try