欢迎来到 “金汇台” !
基本
文件
流程
错误
SQL
调试
- 请求信息 : 2026-08-21 01:43:14 HTTP/2.0 GET : https://jhthsapi.jhths.com/
- 运行时间 : 0.022569s [ 吞吐率:44.31req/s ] 内存消耗:3,554.41kb 文件加载:121
- 查询信息 : 0 queries
- 缓存信息 : 0 reads,0 writes
- CONNECT:[ UseTime:0.000272s ] mysql:host=127.0.0.1;port=3306;dbname=jhths;charset=utf8mb4
- CREATE TABLE IF NOT EXISTS `jht_api_route` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`scope` varchar(20) NOT NULL DEFAULT 'api' COMMENT 'api|admin',
`group_name` varchar(50) DEFAULT NULL,
`method` varchar(10) NOT NULL DEFAULT 'GET',
`path` varchar(200) NOT NULL COMMENT '不含前导斜杠,如 api/login',
`route` varchar(120) NOT NULL COMMENT '如 api.Login/login',
`description` varchar(200) DEFAULT NULL,
`complete_match` tinyint(1) NOT NULL DEFAULT 0,
`status` tinyint(1) NOT NULL DEFAULT 1 COMMENT '1启用 0停用',
`locked` tinyint(1) NOT NULL DEFAULT 0 COMMENT '1关键路由不可删除',
`sort` int(11) NOT NULL DEFAULT 0,
`createtime` bigint(20) DEFAULT NULL,
`updatetime` bigint(20) DEFAULT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `uk_method_path` (`method`,`path`),
KEY `idx_scope_status` (`scope`,`status`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='动态API路由' [ RunTime:0.002065s ]
- SHOW FULL COLUMNS FROM `jht_api_route` [ RunTime:0.000309s ]
- SELECT COUNT(*) AS think_count FROM `jht_api_route` LIMIT 1 [ RunTime:0.000103s ]
- SELECT * FROM `jht_api_route` WHERE `status` = 1 ORDER BY `sort` ASC,`id` ASC [ RunTime:0.000236s ]
- SELECT * FROM `jht_api_route` WHERE `method` = 'POST' AND `path` = 'admin/third-party/:id/debug' LIMIT 1 [ RunTime:0.000137s ]
- SELECT * FROM `jht_api_route` WHERE `method` = 'GET' AND `path` = 'admin/third-party' LIMIT 1 [ RunTime:0.000078s ]
- SELECT * FROM `jht_api_route` WHERE `method` = 'POST' AND `path` = 'admin/third-party/seed' LIMIT 1 [ RunTime:0.000085s ]
- SELECT * FROM `jht_api_route` WHERE `method` = 'PUT' AND `path` = 'admin/third-party/:id' LIMIT 1 [ RunTime:0.000068s ]
- SELECT * FROM `jht_api_route` WHERE `method` = 'GET' AND `path` = 'admin/dashboard/server' LIMIT 1 [ RunTime:0.000066s ]
- SELECT * FROM `jht_api_route` WHERE `method` = 'POST' AND `path` = 'admin/jht-users/:id/status' LIMIT 1 [ RunTime:0.000062s ]
- SELECT * FROM `jht_api_route` WHERE `method` = 'PUT' AND `path` = 'admin/jht-users/:id' LIMIT 1 [ RunTime:0.000060s ]
- SELECT * FROM `jht_api_route` WHERE `method` = 'POST' AND `path` = 'admin/jht-users/:id/delete' LIMIT 1 [ RunTime:0.000060s ]
- SELECT * FROM `jht_api_route` WHERE `method` = 'POST' AND `path` = 'admin/jht-users/verification/:id/status' LIMIT 1 [ RunTime:0.000060s ]
- SELECT * FROM `jht_api_route` WHERE `method` = 'PUT' AND `path` = 'admin/jht-users/verification/:id' LIMIT 1 [ RunTime:0.000058s ]
- SELECT * FROM `jht_api_route` WHERE `method` = 'POST' AND `path` = 'admin/jht-users/verification/:id/delete' LIMIT 1 [ RunTime:0.000069s ]
- SELECT * FROM `jht_api_route` WHERE `method` = 'PUT' AND `path` = 'admin/jht-users/bankcards/:id' LIMIT 1 [ RunTime:0.000062s ]
- SELECT * FROM `jht_api_route` WHERE `method` = 'POST' AND `path` = 'admin/jht-users/bankcards/:id/update' LIMIT 1 [ RunTime:0.000070s ]
- SELECT * FROM `jht_api_route` WHERE `method` = 'POST' AND `path` = 'admin/jht-users/bankcards/:id/delete' LIMIT 1 [ RunTime:0.000059s ]
- SELECT * FROM `jht_api_route` WHERE `method` = 'POST' AND `path` = 'admin/menus/sort' LIMIT 1 [ RunTime:0.000071s ]
- SELECT * FROM `jht_api_route` WHERE `method` = 'POST' AND `path` = 'api/express/track' LIMIT 1 [ RunTime:0.000057s ]
- SELECT * FROM `jht_api_route` WHERE `method` = 'POST' AND `path` = 'api/express/subscribe' LIMIT 1 [ RunTime:0.000056s ]
- SELECT * FROM `jht_api_route` WHERE `method` = 'POST' AND `path` = 'api/express/notify' LIMIT 1 [ RunTime:0.000055s ]
- SELECT * FROM `jht_api_route` WHERE `method` = 'GET' AND `path` = 'api/authentication' LIMIT 1 [ RunTime:0.000057s ]
- SELECT * FROM `jht_api_route` WHERE `method` = 'POST' AND `path` = 'api/authentication' LIMIT 1 [ RunTime:0.000056s ]
- SELECT * FROM `jht_api_route` WHERE `method` = 'POST' AND `path` = 'api/ocr/aliyun' LIMIT 1 [ RunTime:0.000057s ]
- UPDATE `jht_api_route` SET `complete_match` = 1 , `updatetime` = 1787247794 WHERE ( ( `path` IN ('admin/jht-users/verification','admin/jht-users/list','admin/jht-users/bankcards') AND `method` = 'POST' ) OR ( `path` = 'admin/dashboard' AND `method` = 'GET' ) ) [ RunTime:0.003827s ]

0.023607s