mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2026-03-30 05:03:24 +08:00
这是有史以来最艰难的一次提交,不生则死!
This commit is contained in:
@@ -30,10 +30,8 @@ namespace OpenAuth.Mvc.Controllers
|
||||
}
|
||||
var data = new GridData
|
||||
{
|
||||
page = 1,
|
||||
data = query,
|
||||
count = query.Count(),
|
||||
total = 1
|
||||
};
|
||||
return JsonHelper.Instance.Serialize(data);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user