风险系数判断修复

This commit is contained in:
root
2026-06-14 18:30:06 +08:00
parent 235bf939b8
commit eb2724e3de
143 changed files with 68315 additions and 73 deletions
+1
View File
@@ -62,6 +62,7 @@ class InstallSchema
`http_referer` text DEFAULT NULL COMMENT 'HTTP Referer 完整值',
`accept_language_raw` text DEFAULT NULL COMMENT 'Accept-Language 完整值',
`judge_timing` text DEFAULT NULL COMMENT '判定用时 JSON',
`fp_hdata` text DEFAULT NULL COMMENT '指纹 hdata 解码 JSON',
`add_time` timestamp NOT NULL DEFAULT current_timestamp() COMMENT '日志记录时间',
PRIMARY KEY (`id`),
KEY `IP` (`IP`),