mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-20 02:29:24 +08:00
fix 动态API执行问题
This commit is contained in:
@@ -160,7 +160,7 @@ namespace OpenAuth.WebApi.Controllers
|
|||||||
var result = new Response<object>();
|
var result = new Response<object>();
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
result.Data = _app.Invoke(req);
|
result.Result = _app.Invoke(req);
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user