no message

This commit is contained in:
liujing
2021-11-17 17:18:05 +08:00
parent 0c65827348
commit 7475725b1a

View File

@@ -59,7 +59,7 @@ class NoticeSocketManager {
@Override
public void onMsgReceived(NoticeNormalData obj) {
Logger.i("liyz", "100-- 普通公告数据:" + GsonUtil.jsonFromObject(obj));
Logger.i(TAG, "100-- 普通公告数据:" + GsonUtil.jsonFromObject(obj));
if (obj == null) {
return;
}