This commit is contained in:
@ -209,13 +209,13 @@ namespace Epost.DPS.Controllers
|
||||
|
||||
[Route("agvCancleTask")]
|
||||
[HttpPost]
|
||||
public string agvCancleTask([FromBody] AgvCancleModel model)
|
||||
public string agvCancleTask([FromBody]AgvCancleModel model)
|
||||
{
|
||||
|
||||
ReturnRes res = new ReturnRes();
|
||||
try
|
||||
{
|
||||
LogHelper.WriteLogInfo("请求报文" + JsonHelper.SerializeObject(model));
|
||||
LogHelper.WriteLogInfo("agvCancleTask请求报文" + JsonHelper.SerializeObject(model));
|
||||
|
||||
if (model.data.header.Any())
|
||||
{
|
||||
|
Reference in New Issue
Block a user