mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-19 01:58:01 +08:00
🐛fix: 修复代码生成器
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user