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

@ -321,7 +321,7 @@ namespace Epost.DPS.Controllers
reqModel.stgBinCode = agvloc;
if (item.indBind == "1")
{
reqModel.ctnrCode = agvloc;
reqModel.ctnrCode = DateTimeOffset.UtcNow.ToUnixTimeMilliseconds().ToString();
}
string reqstr = JsonHelper.SerializeObject(reqModel);
string resultStr = http.HttpPost_Old(bindCtnrAndBinUrl, reqstr);