mirror of
https://github.com/whyour/qinglong.git
synced 2025-07-28 07:06:06 +08:00
fix typo
This commit is contained in:
parent
da922678a1
commit
b5bd3c85a2
|
@ -383,7 +383,7 @@ function PushDeerNotify(text, desp, time = 2100) {
|
|||
console.log(err);
|
||||
} else {
|
||||
data = JSON.parse(data);
|
||||
// 通过反悔的result的长度来判断是否成功
|
||||
// 通过返回的result的长度来判断是否成功
|
||||
if (
|
||||
data.content.result.length !== undefined &&
|
||||
data.content.result.length > 0
|
||||
|
|
Loading…
Reference in New Issue
Block a user