增加测试接口
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()
|
||||
|
||||
@@ -579,6 +579,12 @@
|
||||
</summary>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:WMS.Web.Api.Controllers.TestController.RefreshOpsBox">
|
||||
<summary>
|
||||
手动同步老ops箱信息
|
||||
</summary>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:WMS.Web.Api.Controllers.TestController.GetMaterial(System.Collections.Generic.List{System.Int32})">
|
||||
<summary>
|
||||
根据物料Id获取物料编码
|
||||
|
||||
Reference in New Issue
Block a user