Commit 9cb83cd3 by guanzhenshan

加上接口调用统计

parent 1aa57aee
......@@ -678,6 +678,8 @@ namespace Bailun.DC.Web.Controllers
[HttpPost]
public JsonResult ListSkuSaleAndRefundCount(DateTime start, DateTime end, string sku,string platform)
{
Services.ApiServices.SaveApiLog("Api/ListSkuSaleAndRefundCount", _httpContextAccessor.HttpContext.Connection.RemoteIpAddress.ToString());
try
{
var obj = new Services.OrdersServices().ListSkuSaleAndRefund(sku, start, end,platform);
......
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