1 2 3 4 5
/// 当前用户ID的Http header的名称 pub const USER_ID_HEADER_NAME: &str = "X-User-Id"; /// 系统操作者用户ID常量 pub const SYS_OPERATOR_USER_ID: u64 = 0;