Skip to content

Commit

Permalink
Update emsyhzx.js
Browse files Browse the repository at this point in the history
  • Loading branch information
yang7758258 authored Jul 15, 2024
1 parent 0891d71 commit b183f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emsyhzx.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ async sign(user) {
if (result?.code == '000000') {
//打印签到结果
DoubleLog(`🕊账号[${user.index}] 签到成功:获得[${result.info[0].prizeSize}]积分🎉`);
this.mist = result.data.spanSumDays
//this.mist = result.data.spanSumDays
}else{
DoubleLog(`🕊账号[${user.index}] 签到失败:${result.msg}⛔`)
}
Expand Down

0 comments on commit b183f6c

Please sign in to comment.