mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-20 10:37:55 +08:00
4.0发布前最后一般脚本;
优化登陆; 优化流程审批;
This commit is contained in:
@@ -9,7 +9,15 @@ namespace OpenAuth.App.SSO
|
||||
|
||||
public string AppKey { get; set; }
|
||||
|
||||
public string UserName { get; set; }
|
||||
/// <summary>
|
||||
/// 用户账号
|
||||
/// </summary>
|
||||
public string Account { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 用户名
|
||||
/// </summary>
|
||||
public string Name { get; set; }
|
||||
|
||||
public string IpAddress { get; set; }
|
||||
|
||||
|
Reference in New Issue
Block a user