optimize cookies

This commit is contained in:
bxd
2023-11-09 15:38:12 +08:00
parent 534d537108
commit a8a1e0dc56
10 changed files with 52 additions and 91 deletions

View File

@@ -15,7 +15,7 @@ const (
AcceptLanguage = "zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6"
)
// 请求操作========================================================================= start
// get default headers
func DefaultHeaders() http.Header {
return http.Header{
"User-Agent": []string{UserAgent},