添加mqtt服务单例

This commit is contained in:
liming 蔡
2026-07-20 14:16:16 +08:00
parent 6d2e1f4873
commit 40b0df237e
5 changed files with 183 additions and 1 deletions
+1 -1
View File
@@ -344,7 +344,7 @@ namespace JY.Inspection.Mes
throw new ArgumentNullException("MES员工登录请求信息为空");
}
// TODO MES登录请求地址
// MES登录请求地址
DateTime currentTime = DateTime.Now;
string reqUrl = Global.systemConfig.LoginMesUrl;
MesCallResult<RespLoginMes> resp = new MesCallResult<RespLoginMes>();