From dd1acb94597081274c95ea935b296cd8c1eba59c Mon Sep 17 00:00:00 2001 From: wisz2021 Date: Fri, 14 May 2021 16:10:11 +0800 Subject: [PATCH] fix --- jd_syj.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" },