refactor: 统一控制台输出风格,使用统一的日志函数

手动合并 PR #558 的改动,适配重构后的代码路径
This commit is contained in:
ZacharyZcR
2026-04-25 08:11:35 +08:00
parent d3463456d9
commit 25e66a68a0
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -378,7 +378,7 @@ func reverseCheck(r *Reverse, timeout int64) bool {
isOK := bytes.Contains(resp.Body, []byte(`"message": "OK"`))
if hasData && isOK {
fmt.Println(apiURL)
common.LogDebug(apiURL)
return true
}
return false