This commit is contained in:
Faker 2023-03-22 17:06:22 +08:00
parent 6f49ed724f
commit 754b617d31
2 changed files with 15 additions and 1 deletions

View File

@ -71,7 +71,7 @@ async function sign() {
} else {
const cc = JSON.parse(data);
if (cc.data.bizCode == 0) {
console.log(`签到成功:${data.data.result.signCash}`);
console.log(`签到成功:${cc.data.result.signCash}`);
} else if (data.match(/已经签过/)) {
$.log('今日已签过!!!')
} else {

14
jd_yyxp.js Normal file

File diff suppressed because one or more lines are too long