修复notify.js中智能微秘书 (#1736)

This commit is contained in:
CoolBoy 2022-12-05 22:13:31 +08:00 committed by whyour
parent 10fab9d415
commit 4662e3fec2

View File

@ -980,6 +980,8 @@ function aibotkNotify(text, desp) {
resolve(data);
}
});
} else {
resolve();
}
});
}