bug修正
This commit is contained in:
@@ -29,11 +29,7 @@ namespace DOAN.ServiceCore.Middleware
|
||||
/// <returns></returns>
|
||||
public override Task OnActionExecutionAsync(ActionExecutingContext context, ActionExecutionDelegate next)
|
||||
{
|
||||
// 打印请求参数
|
||||
|
||||
|
||||
|
||||
|
||||
// 打印请求参数
|
||||
string msg = string.Empty;
|
||||
var values = context.ModelState.Values;
|
||||
foreach (var item in values)
|
||||
|
||||
Reference in New Issue
Block a user