修改授权方式为手机号码和验证码方式

测试出的问题修复
This commit is contained in:
范露尧
2023-07-12 16:11:42 +08:00
parent fbbabeb690
commit 589b8a0132
86 changed files with 365 additions and 120 deletions

View File

@@ -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 = "";
}
}