We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3703d8b commit 130896bCopy full SHA for 130896b
1 file changed
Task/weibo.js
@@ -144,8 +144,8 @@ function getsign() {
144
else if (result.status == 90005){
145
wbsign = `【每日签到】‼️`+ result.msg + '\n'
146
} else {
147
- wbsign = `【每日签到】 ❌ 签到失败`+result.errmsg
148
- $.msg($.name, wbsign, ``)
+ wbsign = `【每日签到】 ❌ 签到失败 `+result.errmsg;
+ $.msg($.name, wbsign, `请检查微博Token`)
149
if ($.isNode()) {
150
await notify.sendNotify($.name, wbsign)
151
}
0 commit comments