fix
This commit is contained in:
@@ -552,7 +552,7 @@ async function distributeBeanActivity() {
|
|||||||
}
|
}
|
||||||
if ($.tuan && $.tuan.hasOwnProperty('assistedPinEncrypted') && $.assistStatus !== 3) {
|
if ($.tuan && $.tuan.hasOwnProperty('assistedPinEncrypted') && $.assistStatus !== 3) {
|
||||||
$.tuanList.push($.tuan);
|
$.tuanList.push($.tuan);
|
||||||
const code = Object.assign({ "code": $.tuan }, {"time": Date.now(), "act":"zuan"});
|
const code = Object.assign($.tuan, {"time": Date.now()});
|
||||||
$.http.post({
|
$.http.post({
|
||||||
url: `http://go.chiang.fun/autocommit`,
|
url: `http://go.chiang.fun/autocommit`,
|
||||||
headers: { "Content-Type": "application/json" },
|
headers: { "Content-Type": "application/json" },
|
||||||
|
|||||||
Reference in New Issue
Block a user