Update jd_joy_run.js

This commit is contained in:
lxk0301
2020-11-28 08:45:13 +08:00
parent b5fbb56a7e
commit ec1d6717fe

View File

@@ -113,7 +113,7 @@ function getToken() {
countFlag ++;
$.log(`${$.name} token\n${LKYLToken}\n`);
console.log(`count: ${count}`)
if (count === 3) {
if (count === 1) {
count = 0;
$.msg($.name, '更新Token: 成功🎉', ``);
}