Commit 5f7a305f by guanzhenshan

1

parent 8f03561e
......@@ -527,6 +527,12 @@ namespace Bailun.DC.Web.Controllers
int pagesize = 1000;
return Json(new
{
success = false,
msg = "出现异常,异常信息:"
});
try
{
var arrsku = new string[] { };
......@@ -574,6 +580,12 @@ namespace Bailun.DC.Web.Controllers
[HttpPost]
public JsonResult SkuSales1(int page, DateTime start, DateTime end, string skus, int? isplatformtime,int timetype=1, string platform = "Ebay")
{
return Json(new
{
success = false,
msg = "出现异常,异常信息:"
});
Services.ApiServices.SaveApiLog("Api/SkuSales", _httpContextAccessor.HttpContext.Connection.RemoteIpAddress.ToString());
int 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