有没有大佬知道打开这个网页 https://coincodex.com/historical-data/crypto/?date=2024-03-01T09:10:00Z , 里面有个 Request URL: https://coincodex.com/api/coincodex/get_historical_snapshot/2024-03-01%2009:10/0/100?t=56996304
其中 t 的生成规则是怎么样的?
或者怎么样可以模拟打开 https://coincodex.com/historical-data/crypto/?date=2024-03-01T09:10:00Z ,获取里面的 Request URL ?
1
wang9571 244 天前 1
第一个链接 html 里有
```static gen_t(g, x=0) { return Math.round((Date.now() + x) / g) }``` 你说的那个请求,t=timestamp/3000 |
2
lenglj 206 天前
|