@@ -196,7 +196,8 @@ class Tim {
} catch (e) {
console.log(e)
if (e.code == 10017) {
- throw new Error("您已被禁言")
+ // throw new Error("您已被禁言")
+ throw new Error("直播间已禁言")
} else {
throw new Error(`发送失败${e.message}`)
}