Skip to content

Commit 407fc03

Browse files
committed
移除 next url。统一使用baseURL
1 parent 47e6b8c commit 407fc03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

internal/fofa/fofa_api.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ func (f *FoFa) SetFetchCallback(fn func(fields []string, allSize int32) bool) {
5252

5353
func (f *FoFa) buildQueryUrl(queryStr string) string {
5454
baseURL := f.option.FoFaURL
55-
if f.option.Next {
56-
baseURL = "https://fofa.info"
57-
}
55+
//if f.option.Next {
56+
// baseURL = "https://fofa.info"
57+
//}
5858
return baseURL + queryStr
5959
}
6060

0 commit comments

Comments
 (0)