mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-19 18:22:11 +08:00
可以正常发起流程
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using OpenAuth.App.Request;
|
||||
using Infrastructure;
|
||||
using OpenAuth.App.Request;
|
||||
using OpenAuth.App.Response;
|
||||
using OpenAuth.Repository.Domain;
|
||||
|
||||
@@ -43,9 +44,10 @@ namespace OpenAuth.App
|
||||
Repository.ExecuteSql(FormUtil.GetSql(obj));
|
||||
}
|
||||
|
||||
public Form FindSingle(string id)
|
||||
public FormResp FindSingle(string id)
|
||||
{
|
||||
return Repository.FindSingle(u => u.Id == id);
|
||||
var form = Get(id);
|
||||
return form.MapTo<FormResp>();
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user