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