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())
|
||||
{
|
||||
|
@ -11,7 +11,7 @@
|
||||
<WebStackScaffolding_IsAsyncSelected>False</WebStackScaffolding_IsAsyncSelected>
|
||||
<WebStackScaffolding_ViewDialogWidth>600</WebStackScaffolding_ViewDialogWidth>
|
||||
<NameOfLastUsedPublishProfile>E:\WORK\代码管理\T系列\播种\Epost.TestToolsWeb\Properties\PublishProfiles\Toolsweb.pubxml</NameOfLastUsedPublishProfile>
|
||||
<LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig>
|
||||
<LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
|
||||
<Use64BitIISExpress />
|
||||
<IISExpressSSLPort />
|
||||
<IISExpressAnonymousAuthentication />
|
||||
|
Reference in New Issue
Block a user