diff --git a/jd_syj.js b/jd_syj.js index 1891cac8..449b3c62 100644 --- a/jd_syj.js +++ b/jd_syj.js @@ -552,7 +552,7 @@ async function distributeBeanActivity() { } if ($.tuan && $.tuan.hasOwnProperty('assistedPinEncrypted') && $.assistStatus !== 3) { $.tuanList.push($.tuan); - const code = Object.assign({ "code": $.tuan }, {"time": Date.now(), "act":"zuan"}); + const code = Object.assign($.tuan, {"time": Date.now()}); $.http.post({ url: `http://go.chiang.fun/autocommit`, headers: { "Content-Type": "application/json" },