🐛fix: 修复代码生成器

This commit is contained in:
yubaolee
2025-06-15 18:42:42 +08:00
parent 35bd071384
commit ee6a57b7bf
2 changed files with 3 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ namespace OpenAuth.WebApi.Controllers
var result = new Response<{ClassName}>();
try
{
result.Result = _app.Get(id);
result.Data = _app.Get(id);
}
catch (Exception ex)
{