This commit is contained in:
jl
2024-12-12 18:27:10 +08:00
parent d64bd2fcdf
commit 43d0c7e249
4 changed files with 18 additions and 18 deletions

View File

@ -116,7 +116,7 @@ namespace Epost.Common
reqModel.ctnrTyp = "1";//agv提供
reqModel.indBind = "1";
reqModel.stgBinCode = agvloc;
reqModel.ctnrCode = agvloc;
reqModel.ctnrCode = DateTimeOffset.UtcNow.ToUnixTimeMilliseconds().ToString();
string reqstr = JsonHelper.SerializeObject(reqModel);
LogHelper.WriteLogInfo("调用AGV绑定解绑接口请求参数" + reqstr, LogHelper.Log_Type.INFO);