This commit is contained in:
jl
2024-11-28 11:35:38 +08:00
parent de246b1cf2
commit fb0c29fb89
2 changed files with 3 additions and 3 deletions

View File

@ -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())
{

View File

@ -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 />