基本
文件
流程
错误
SQL
调试
- 请求信息 : 2026-07-12 10:57:37 HTTP/2.0 GET : https://clubpromote.68api.cn/admin/login/index
- 运行时间 : 0.021797s [ 吞吐率:45.88req/s ] 内存消耗:371.59kb 文件加载:187
- 查询信息 : 0 queries
- 缓存信息 : 0 reads,0 writes
- 会话信息 : SESSION_ID=6380bb032d1d0fde9c3bd00adf5f09da
- CONNECT:[ UseTime:0.000448s ] mysql:host=127.0.0.1;port=3306;dbname=clubpromote_68ap;charset=utf8mb4
- CREATE TABLE IF NOT EXISTS `ea8_demo_visitor` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`auth_id` int unsigned NOT NULL DEFAULT 0 COMMENT 'demo role id',
`admin_id` int unsigned NOT NULL DEFAULT 0 COMMENT 'demo admin id',
`admin_username` varchar(80) NOT NULL DEFAULT '',
`openid` varchar(100) NOT NULL DEFAULT '',
`unionid` varchar(100) NOT NULL DEFAULT '',
`nickname` varchar(120) NOT NULL DEFAULT '',
`avatar` varchar(500) NOT NULL DEFAULT '',
`mobile` varchar(20) NOT NULL DEFAULT '',
`device_id` varchar(80) NOT NULL DEFAULT '',
`device_fingerprint` varchar(255) NOT NULL DEFAULT '',
`ip` varchar(80) NOT NULL DEFAULT '',
`user_agent` varchar(500) NOT NULL DEFAULT '',
`status` tinyint(1) NOT NULL DEFAULT 1 COMMENT '1 normal,2 watch,0 blocked',
`block_reason` varchar(255) NOT NULL DEFAULT '',
`first_visit_time` int unsigned DEFAULT NULL,
`last_visit_time` int unsigned DEFAULT NULL,
`visit_count` int unsigned NOT NULL DEFAULT 0,
`abnormal_count` int unsigned NOT NULL DEFAULT 0,
`last_scan_token` varchar(80) NOT NULL DEFAULT '',
`create_time` int unsigned DEFAULT NULL,
`update_time` int unsigned DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `idx_auth_mobile` (`auth_id`,`mobile`),
KEY `idx_auth_openid` (`auth_id`,`openid`),
KEY `idx_device` (`device_id`),
KEY `idx_ip` (`ip`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='demo visitors' [ RunTime:0.000326s ]
- CREATE TABLE IF NOT EXISTS `ea8_demo_access_log` (
`id` bigint unsigned NOT NULL AUTO_INCREMENT,
`visitor_id` int unsigned NOT NULL DEFAULT 0,
`auth_id` int unsigned NOT NULL DEFAULT 0,
`admin_id` int unsigned NOT NULL DEFAULT 0,
`method` varchar(12) NOT NULL DEFAULT '',
`url` varchar(1000) NOT NULL DEFAULT '',
`path` varchar(255) NOT NULL DEFAULT '',
`node` varchar(255) NOT NULL DEFAULT '',
`ip` varchar(80) NOT NULL DEFAULT '',
`device_id` varchar(80) NOT NULL DEFAULT '',
`user_agent` varchar(500) NOT NULL DEFAULT '',
`request_data` text,
`response_code` int NOT NULL DEFAULT 200,
`is_ajax` tinyint(1) NOT NULL DEFAULT 0,
`is_write` tinyint(1) NOT NULL DEFAULT 0,
`risk_level` tinyint(1) NOT NULL DEFAULT 0,
`summary` varchar(255) NOT NULL DEFAULT '',
`create_time` int unsigned DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `idx_visitor_time` (`visitor_id`,`create_time`),
KEY `idx_auth_time` (`auth_id`,`create_time`),
KEY `idx_ip` (`ip`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='demo access logs' [ RunTime:0.000187s ]
- CREATE TABLE IF NOT EXISTS `ea8_demo_block_rule` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`auth_id` int unsigned NOT NULL DEFAULT 0,
`type` varchar(30) NOT NULL DEFAULT '' COMMENT 'mobile,openid,ip,device',
`value` varchar(255) NOT NULL DEFAULT '',
`reason` varchar(255) NOT NULL DEFAULT '',
`status` tinyint(1) NOT NULL DEFAULT 1,
`create_time` int unsigned DEFAULT NULL,
`update_time` int unsigned DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `idx_rule` (`auth_id`,`type`,`value`(120),`status`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='demo block rules' [ RunTime:0.000130s ]
- CREATE TABLE IF NOT EXISTS `ea8_demo_role_config` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`auth_id` int unsigned NOT NULL DEFAULT 0,
`verify_text` varchar(500) NOT NULL DEFAULT '',
`watermark_enabled` tinyint(1) NOT NULL DEFAULT 1,
`require_wechat` tinyint(1) NOT NULL DEFAULT 1,
`require_mobile` tinyint(1) NOT NULL DEFAULT 1,
`create_time` int unsigned DEFAULT NULL,
`update_time` int unsigned DEFAULT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `uk_auth` (`auth_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='demo role config' [ RunTime:0.000126s ]
- CREATE TABLE IF NOT EXISTS `ea8_demo_role_node` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`auth_id` int unsigned NOT NULL DEFAULT 0,
`node` varchar(255) NOT NULL DEFAULT '',
`access_mode` varchar(20) NOT NULL DEFAULT 'allow' COMMENT 'allow,request,deny',
`remark` varchar(255) NOT NULL DEFAULT '',
`create_time` int unsigned DEFAULT NULL,
`update_time` int unsigned DEFAULT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `uk_auth_node` (`auth_id`,`node`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='demo role node policy' [ RunTime:0.000138s ]
- CREATE TABLE IF NOT EXISTS `ea8_demo_approval_request` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`visitor_id` int unsigned NOT NULL DEFAULT 0,
`auth_id` int unsigned NOT NULL DEFAULT 0,
`node` varchar(255) NOT NULL DEFAULT '',
`status` tinyint(1) NOT NULL DEFAULT 0 COMMENT '0 pending,1 approved,2 rejected',
`reason` varchar(255) NOT NULL DEFAULT '',
`create_time` int unsigned DEFAULT NULL,
`update_time` int unsigned DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `idx_visitor_node` (`visitor_id`,`node`(191),`status`),
KEY `idx_auth_status` (`auth_id`,`status`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='demo approval requests' [ RunTime:0.000139s ]
- SHOW FULL COLUMNS FROM `ea8_system_config` [ RunTime:0.000517s ]
- SELECT `value` FROM `ea8_system_config` WHERE `group` = 'demo' AND `name` = 'guard_enabled' LIMIT 1 [ RunTime:0.000263s ]
- SELECT `value` FROM `ea8_system_config` WHERE `group` = 'site' AND `name` = 'editor_type' LIMIT 1 [ RunTime:0.000287s ]
- SELECT `value` FROM `ea8_system_config` WHERE `group` = 'site' AND `name` = 'iframe_open_top' LIMIT 1 [ RunTime:0.000217s ]
- SELECT `value` FROM `ea8_system_config` WHERE `group` = 'site' AND `name` = 'site_name' LIMIT 1 [ RunTime:0.000261s ]
- SELECT `value` FROM `ea8_system_config` WHERE `group` = 'site' AND `name` = 'site_ico' LIMIT 1 [ RunTime:0.000191s ]
- SELECT `value` FROM `ea8_system_config` WHERE `group` = 'site' AND `name` = 'site_copyright' LIMIT 1 [ RunTime:0.000261s ]
- SELECT `value` FROM `ea8_system_config` WHERE `group` = 'site' AND `name` = 'site_beian' LIMIT 1 [ RunTime:0.000285s ]
- SELECT `value` FROM `ea8_system_config` WHERE `group` = 'site' AND `name` = 'admin_background' LIMIT 1 [ RunTime:0.000278s ]

0.027033s