We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aca0e1 commit 1d81fdbCopy full SHA for 1d81fdb
backend/data/search_stock_api.go
@@ -26,7 +26,7 @@ func (s SearchStockApi) SearchStock(pageSize int) map[string]any {
26
SetHeader("Host", "np-tjxg-g.eastmoney.com").
27
SetHeader("Origin", "https://xuangu.eastmoney.com").
28
SetHeader("Referer", "https://xuangu.eastmoney.com/").
29
- SetHeader("User-Agent", "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:140.0) Gecko/20100101 Firefox/140.0").
+ SetHeader("User-Agent", "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:145.0) Gecko/20100101 Firefox/145.0").
30
SetHeader("Content-Type", "application/json").
31
SetBody(fmt.Sprintf(`{
32
"keyWord": "%s",
0 commit comments