mirror of
https://github.com/chinnkarahoi/jd_scripts.git
synced 2024-06-05 19:32:47 +08:00
jd_global_mh.js fix
This commit is contained in:
parent
718fb2c505
commit
9326ff75df
@ -310,7 +310,7 @@ function taskUrl(function_id, body = {}) {
|
||||
function getSign(data) {
|
||||
let t = +new Date()
|
||||
|
||||
return {sealsTs: t, seals: $.md5(`${data.taskId}${data.inviterPin?data.inviterPin:''}${t}hbpt2020`)}
|
||||
return {sealsTs: t, seals: $.md5(`${data.taskId}${data.inviterPin?data.inviterPin:''}${t}Ea6YXT`)}
|
||||
}
|
||||
if(body['taskId']) {
|
||||
body = {...body, ...getSign(body)}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user