Skip to content

Commit

Permalink
Update glg.js
Browse files Browse the repository at this point in the history
  • Loading branch information
yang7758258 authored Jun 25, 2024
1 parent 63502a9 commit f3530fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions glg.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ async function Sign(user) {
//console.log(result);
if (result?.code == 0 ) {
//打印签到结果
DoubleLog(`🌸账号[${user.index}]` + `🕊签到成功-获得[${result.data.reward}]积分🎉`);
DoubleLog(`🌸账号[${user.index}]` + `🕊签到成功-[${result}]🎉`);
}else{
DoubleLog(`🌸账号[${user.index}]签到-失败:${result.msg}❌`)
}
Expand Down Expand Up @@ -115,7 +115,7 @@ async function Draw(user) {
//console.log(result);
if (result.code == 0) {
//打印签到结果
DoubleLog(`🌸账号[${user.index}]🕊抽奖成功-获得${result.data.lotteryItem.commodity[1].name}🎉`);
DoubleLog(`🌸账号[${user.index}]🕊抽奖成功-获得${result}🎉`);
}else {
DoubleLog(`🌸账号[${user.index}]🕊抽奖:${result.msg}❌`)
}
Expand Down

0 comments on commit f3530fd

Please sign in to comment.