增加测试接口
This commit is contained in:
@@ -120,6 +120,19 @@ namespace WMS.Web.Api.Controllers
|
||||
return "";
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 手动同步老ops箱信息
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
[HttpGet]
|
||||
[Route("RefreshOpsBox")]
|
||||
public async Task<string> RefreshOpsBox()
|
||||
{
|
||||
if (!_env.IsDevelopment()) return "";
|
||||
var result = await _boxService.Sync();
|
||||
return "";
|
||||
}
|
||||
|
||||
[HttpGet]
|
||||
[Route("tf")]
|
||||
public async Task<string> TestTF()
|
||||
|
||||
Reference in New Issue
Block a user