333
This commit is contained in:
parent
41fb0cf77b
commit
14940740ec
|
|
@ -104,7 +104,7 @@ namespace ZR.ServiceCore.Middleware
|
||||||
{
|
{
|
||||||
StatusCode = 200,
|
StatusCode = 200,
|
||||||
ContentType = "application/json",
|
ContentType = "application/json",
|
||||||
Value = JsonConvert.SerializeObject(apiResult)
|
Value = JsonConvert.SerializeObject(new ApiResult(403, ""))
|
||||||
};
|
};
|
||||||
context.HttpContext.Response.StatusCode = 200;
|
context.HttpContext.Response.StatusCode = 200;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user