fix 动态API执行问题

This commit is contained in:
wintel 2025-03-30 18:42:57 +08:00
parent c848466683
commit b9bd4a66b8

View File

@ -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)
{