Update scan.go

This commit is contained in:
公明 2025-02-06 15:01:33 +08:00 committed by GitHub
parent 09d2b4d902
commit 496567dfd1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -77,7 +77,7 @@ func sendHTTPAndKimi(r *RequestResponseLog) {
log.Println("kimi:")
log.Println(result)
case "deepseek":
result, err := deepSeek(resp1, resp2) //调用kimi检测是否越权
result, err := deepSeek(resp1, resp2) //调用deepSeek检测是否越权
if err != nil {
fmt.Println(err)
}