Update scan.go

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

View File

@ -157,8 +157,6 @@ func sendHTTPAndKimi(r *RequestResponseLog) (result string, respA string, respB
resp2 := string(bodyBytes)
if len(resp1+resp2) < 65535 {
fmt.Println("Serialized JSON:", req1)
// 初始值
var resultDetect string
var detectErr error