Commit 455faff0 by 泽锋 李

新增sku查询接口

parent aecb8f76
......@@ -59,6 +59,7 @@ namespace AutoTurnOver.Controllers
{
public string skus { get; set; }
}
[HttpPost("GetSkus")]
public JsonResult GetSkus([FromBody]GetSkus_dto queryDto)
{
try
......
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