IDP对接试车

This commit is contained in:
2025-07-11 08:58:49 +08:00
parent 9a5ffa4632
commit 7a6078e981
7 changed files with 253 additions and 12 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ namespace BLL
}
catch (Exception eee)
{
ErrLogInfo.WriteLog("获取五环PMP系统Token出错1" + eee.StackTrace + eee.Message);
ErrLogInfo.WriteLog("获取五环PMP系统Token出错:" + eee.StackTrace + eee.Message);
}
return tokenItem;
}