Commit bbd5e228 authored by 吴春's avatar 吴春
parents e7427bef 723bca12
...@@ -1896,22 +1896,30 @@ namespace Mall.Model.Extend.MarketingCenter ...@@ -1896,22 +1896,30 @@ namespace Mall.Model.Extend.MarketingCenter
public class quicknavDetailsItem public class quicknavDetailsItem
{ {
public bool opened { get; set; } public bool opened { get; set; }
public string picUrl { get; set; } public string picUrl { get; set; }
public string number { get; set; } public string number { get; set; }
public string appId { get; set; } public string appId { get; set; }
public string page { get; set; } public string page { get; set; }
public string address { get; set; } public string address { get; set; }
public string location { get; set; } public string location { get; set; }
public string open_type { get; set; } public string open_type { get; set; }
public string link_url { get; set; } public string link_url { get; set; }
public string key { get; set; } public string key { get; set; }
public string @params { get; set; } //public string @params { get; set; }
} }
......
...@@ -33,10 +33,10 @@ namespace Mall.WebApi.Filter ...@@ -33,10 +33,10 @@ namespace Mall.WebApi.Filter
//记录错误日志 //记录错误日志
if (context.HttpContext.Items[GlobalKey.UserPostInfo] != null) if (context.HttpContext.Items[GlobalKey.UserPostInfo] != null)
{ {
LogHelper.Error($"InvokeServiceMethod请求地址:{Config.GetFilePath(context.HttpContext.Request.GetAbsoluteUri())},请求参数:{JsonConvert.SerializeObject(context.HttpContext.Items[GlobalKey.UserPostInfo].ToString())}", context.Exception); LogHelper.Error($"ApiExceptionFilterAttribute_InvokeServiceMethod请求地址:{Config.GetFilePath(context.HttpContext.Request.GetAbsoluteUri())},请求参数:{JsonConvert.SerializeObject(context.HttpContext.Items[GlobalKey.UserPostInfo].ToString())}", context.Exception);
} }
else { else {
LogHelper.Error($"InvokeServiceMethod请求地址:{Config.GetFilePath(context.HttpContext.Request.GetAbsoluteUri())}", context.Exception); LogHelper.Error($"ApiExceptionFilterAttribute_InvokeServiceMethod请求地址:{Config.GetFilePath(context.HttpContext.Request.GetAbsoluteUri())}", context.Exception);
} }
var robj= new ApiResult() var robj= new ApiResult()
......
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