curl 'http://webapi.cninfo.com.cn/api/sysapi/p_sysapi1097?timetype=6&market=ALL' \
-X 'POST' \
-H 'Accept: */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Cookie: Hm_lvt_489bd07e99fbfc5f12cbb4145adb0a9b=1677395526,1677409389; Hm_lpvt_489bd07e99fbfc5f12cbb4145adb0a9b=1677409654' \
-H 'Origin: http://webapi.cninfo.com.cn' \
-H 'Referer: http://webapi.cninfo.com.cn/' \
-H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36' \
-H 'X-Requested-With: XMLHttpRequest' \
-H 'mcode: MTY3NzQwOTY1NA==' \
--compressed \
--insecure
这个curl请求可以从webapi获得数据,请问这个curl语句的使用,有时间限制吧?
专门研究了下,里面的关键就是
mcode: MTY3NzQwOTY1NA==
这个。可以看到这是一个时间戳。

转换一下
具体过期时间不清楚。