调整接口

This commit is contained in:
18942506660
2023-11-22 16:15:26 +08:00
parent 7b26518dfe
commit 9bce3f42a8
10 changed files with 39 additions and 59 deletions

View File

@@ -66,6 +66,14 @@ namespace WMS.Web.Api.Controllers
return "";
}
[HttpGet]
[Route("Refresh")]
public async Task<string> Refresh()
{
var result = await this._outStockTaskService.Sync(null);
return "";
}
[HttpGet]
[Route("tf")]
public async Task<string> TestTF()