Commit 3e7d7b54 by guanzhenshan

1

parent 2907e336
...@@ -63,6 +63,7 @@ namespace Bailun.OMSApi.Areas.PutIn.Controllers ...@@ -63,6 +63,7 @@ namespace Bailun.OMSApi.Areas.PutIn.Controllers
/// 批量导入sku /// 批量导入sku
/// </summary> /// </summary>
/// <returns></returns> /// <returns></returns>
[BailunAuthentication(LoginMode.Ignore)]
public JsonResult UploadSku(Microsoft.AspNetCore.Http.IFormFile file) public JsonResult UploadSku(Microsoft.AspNetCore.Http.IFormFile file)
{ {
if (file == null) if (file == null)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment