mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-20 02:29:24 +08:00
全面修改Id为Guid类型,为2.0版做准备
This commit is contained in:
@@ -4,6 +4,8 @@ using System.Web.Mvc;
|
||||
using Infrastructure;
|
||||
using OpenAuth.Domain;
|
||||
|
||||
|
||||
|
||||
namespace OpenAuth.App.SSO
|
||||
{
|
||||
public class SSOAuthUtil
|
||||
@@ -28,6 +30,7 @@ namespace OpenAuth.App.SSO
|
||||
{
|
||||
userInfo = new User
|
||||
{
|
||||
Id = Guid.Empty,
|
||||
Account = "System",
|
||||
Name ="<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ա",
|
||||
Password = "123456"
|
||||
|
Reference in New Issue
Block a user