This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user