jd_global_mh.js fix
This commit is contained in:
@ -310,7 +310,7 @@ function taskUrl(function_id, body = {}) {
|
|||||||
function getSign(data) {
|
function getSign(data) {
|
||||||
let t = +new Date()
|
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']) {
|
if(body['taskId']) {
|
||||||
body = {...body, ...getSign(body)}
|
body = {...body, ...getSign(body)}
|
||||||
|
Reference in New Issue
Block a user