Skip to content

Commit d9a0443

Browse files
author
ziye66666
authored
Update bububao.js
1 parent 70af165 commit d9a0443

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Task/bububao.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -455,8 +455,8 @@ function collsteps(timeout = 0) {
455455
if (logs) $.log(`${O}, 步数金币🚩: ${data}`);
456456
$.collsteps = JSON.parse(data);
457457
if ($.collsteps.code == 1) {
458-
console.log(`步数金币:${$.collsteps.duihuan_steps}金币,${$.collsteps.msg}\n`);
459-
$.message += `【步数金币】:${$.collsteps.duihuan_steps}金币,${$.collsteps.msg}\n`;
458+
console.log(`步数金币:${$.collsteps.jinbi}金币,${$.collsteps.msg}\n`);
459+
$.message += `【步数金币】:${$.collsteps.jinbi}金币,${$.collsteps.msg}\n`;
460460
}
461461
} catch (e) {
462462
$.logErr(e, resp);

0 commit comments

Comments
 (0)