11
This commit is contained in:
parent
6525b6ead3
commit
a357389fac
@ -40,7 +40,7 @@ func ForwardTest(c *gin.Context) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 2. 构造请求
|
// 2. 构造请求
|
||||||
req, err := http.NewRequest("GET", "https://stockanalysis.com/chart/__data.json", nil)
|
req, err := http.NewRequest("GET", "https://stockanalysis.com/quote/otc/MINM/market-cap/__data.json?x-sveltekit-trailing-slash=1&x-sveltekit-invalidated=001", nil)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
c.JSON(http.StatusInternalServerError, gin.H{
|
c.JSON(http.StatusInternalServerError, gin.H{
|
||||||
"error": "Failed to create request",
|
"error": "Failed to create request",
|
||||||
|
Loading…
Reference in New Issue
Block a user