fix(ilanzou): add referer to request header (close #6171)

This commit is contained in:
Andy Hsu
2024-03-11 20:30:22 +08:00
parent 195c869272
commit 9a0a63d34c
3 changed files with 13 additions and 3 deletions

View File

@ -21,6 +21,7 @@ type Conf struct {
unproved string
proved string
devVersion string
site string
}
func init() {
@ -45,7 +46,8 @@ func init() {
bucket: "wpanstore-lanzou",
unproved: "unproved",
proved: "proved",
devVersion: "120",
devVersion: "122",
site: "https://www.ilanzou.com",
},
}
})
@ -71,6 +73,7 @@ func init() {
unproved: "ws",
proved: "app",
devVersion: "121",
site: "https://www.feijipan.com",
},
}
})