Commit 55c9f2a7 by guanzhenshan

调整平台itemid销量接口

parent 249bbeb2
...@@ -638,7 +638,7 @@ namespace Bailun.DC.Web.Controllers ...@@ -638,7 +638,7 @@ namespace Bailun.DC.Web.Controllers
[HttpPost] [HttpPost]
public JsonResult ListPlatformItemIdCount(int page,DateTime start,DateTime end,string platform) public JsonResult ListPlatformItemIdCount(int page,DateTime start,DateTime end,string platform)
{ {
Services.ApiServices.SaveApiLog("Api/ListSkuReturn", _httpContextAccessor.HttpContext.Connection.RemoteIpAddress.ToString()); Services.ApiServices.SaveApiLog("Api/ListPlatformItemIdCount", _httpContextAccessor.HttpContext.Connection.RemoteIpAddress.ToString());
var pagesize = 1000; var pagesize = 1000;
......
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