|
|
@@ -1,7 +1,6 @@
|
|
|
package com.tencent.qcloud.tuikit.tuichat.bean;
|
|
|
|
|
|
import android.text.TextUtils;
|
|
|
-import android.util.Log;
|
|
|
|
|
|
import com.google.gson.Gson;
|
|
|
import com.tencent.imsdk.v2.V2TIMMessage;
|
|
|
@@ -27,7 +26,6 @@ public class CustomPatientInfoBean extends TUIMessageBean {
|
|
|
@Override
|
|
|
public void onProcessMessage(V2TIMMessage v2TIMMessage) {
|
|
|
String description = v2TIMMessage.getCustomElem().getDescription();
|
|
|
- Log.e("wpp", description);
|
|
|
if (!TextUtils.isEmpty(description)) {
|
|
|
try {
|
|
|
patientInfoBean = new Gson().fromJson(description, PatientInfoBean.class);
|