Update scan.go

This commit is contained in:
公明 2025-03-01 19:42:30 +08:00 committed by GitHub
parent 6c8eaa7815
commit 6518d0c778
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -157,6 +157,7 @@ func sendHTTPAndKimi(r *RequestResponseLog) (result string, respA string, respB
resp2 := string(bodyBytes) resp2 := string(bodyBytes)
if len(resp1+resp2) < 65535 { if len(resp1+resp2) < 65535 {
// 初始值 // 初始值
var resultDetect string var resultDetect string
var detectErr error var detectErr error