Skip to content

Commit

Permalink
更新接口
Browse files Browse the repository at this point in the history
  • Loading branch information
GoudanWoo committed May 12, 2024
1 parent 6934518 commit 7cdf030
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions poo_minter/PooMinter.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ func NewPooMinter(InitData string) *PooMinter {
client := g.Client().
Header(g.MapStrStr{
"User-Agent": genv.GetWithCmd("USER_AGENT", "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Mobile Safari/537.36").String(),
"Referer": "https://telemine-app.vercel.app/",
"Referer": "https://app.tonpoo.org/",
}).
SetPrefix("https://telemine-app.vercel.app/api").
SetPrefix("https://app.tonpoo.org/api").
Proxy(genv.GetWithCmd("PROXY", "").String()).
SetBrowserMode(true)
err := http2.ConfigureTransport(client.Transport.(*http.Transport))
Expand Down

0 comments on commit 7cdf030

Please sign in to comment.