修改直播间发言报错提示

This commit is contained in:
18401019693 2024-02-23 09:47:49 +08:00
parent df735af252
commit 1023c0ab4d

View File

@ -151,7 +151,7 @@ public class SocketRyChatUtil {
if (errorCode.code == 23408) {
ToastUtil.show(WordUtil.isNewZh() ? "您已被禁言" : "You have been banned");
} else {
ToastUtil.show(errorCode.code + ":" + errorCode.msg);
ToastUtil.show(WordUtil.isNewZh() ? "抱歉!出錯了!" + errorCode.code : "I'm sorry! An error occurred" + errorCode.code);
}
}
});