mirror of
https://github.com/Ed1s0nZ/PrivHunterAI.git
synced 2025-05-07 19:17:20 +00:00
9 lines
189 B
Go
9 lines
189 B
Go
package main
|
|
|
|
const (
|
|
apiKey = "sk-xxx" // kimi 的 apikey
|
|
cookie2 = "cookie2" // cookie2
|
|
)
|
|
|
|
var suffixes = []string{".js", ".ico", ".png", ".jpg", "jpeg"} //这些后缀的接口不扫
|