mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-04-05 17:38:01 +08:00
fix 动态API执行问题
This commit is contained in:
parent
c848466683
commit
b9bd4a66b8
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user