Skip to content

Commit 130896b

Browse files
committed
1 parent 3703d8b commit 130896b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Task/weibo.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ function getsign() {
144144
else if (result.status == 90005){
145145
wbsign = `【每日签到】‼️`+ result.msg + '\n'
146146
} else {
147-
wbsign = `【每日签到】 ❌ 签到失败`+result.errmsg
148-
$.msg($.name, wbsign, ``)
147+
wbsign = `【每日签到】 ❌ 签到失败 `+result.errmsg;
148+
$.msg($.name, wbsign, `请检查微博Token`)
149149
if ($.isNode()) {
150150
await notify.sendNotify($.name, wbsign)
151151
}

0 commit comments

Comments
 (0)