修改授权方式为手机号码和验证码方式
测试出的问题修复
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
namespace Ewide.Core
|
||||
using System;
|
||||
|
||||
namespace Ewide.Core
|
||||
{
|
||||
public class ClaimConst
|
||||
{
|
||||
@@ -21,6 +23,10 @@
|
||||
/// 是否超级管理
|
||||
/// </summary>
|
||||
public const string CLAINM_SUPERADMIN = "SuperAdmin";
|
||||
/// <summary>
|
||||
/// 过期时间
|
||||
/// </summary>
|
||||
public const string ExpireTime = "";
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user