This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
namespace DS.Module.Core;
/// <summary>
///
/// </summary>
public class ComonConst
{
/// 数据权限配置中,当前登录用户角色的key
public static string DataRule_LoginRole = "{loginRole}";
/// ApiUserFilter授权方式使用的Header头
public const string API_USER_HEADER_KEY = "USER_KEY";
public const string API_USER_HEADER_SECRET = "USER_SECRET";
}