There is a website data request to download the need for dynamic verification, web page JS has a specific algorithm.
function getRnd() {
return parseInt(Math.random() * 10000) + "=" + parseInt(Math.random() * 10000)
}
//Returns a random number
function getRuntime() {
var c = new Date();
var b = "";
var f = c.getFullYear();
var h = c.getMonth() + 1;
var g = c.getDate();
var a = c.getHours();
var d = c.getMinutes();
var e = c.getSeconds();
b = f + "-" + h + "-" + g + " " + a + ":" + d + ":" + e;
return
//Returns a timestamp
Its request parameter is
[{"ReqId":"1000","Market":"0","Sort":"zj08","CodeList":"","Desc":"1","Page":"1","PageSize":"100","Xgtj":"","Want":"hq00,hq01,zj00,zj01,zj02,zj03,zj04,zj05,zj06,zj07,zj08,zj09,zj10,zj11,zj12,zj13,zjn00,zjn01,zjn02","EXPTOKEN":"35de5f29c393b370e92a99c19ea2bb8f9a5d81e0296dedf6d952531a0982450e","modname":"mod_zjlx"}]