|
@ -22,6 +22,6 @@ public class SendPatientUtil {
|
|
|
throw new RuntimeException(sessionJson.getString("message"));
|
|
|
}
|
|
|
JSONObject session = sessionJson.getJSONObject("data");
|
|
|
return ImUtill.sendImMsg(from,fromName,session.getString("id"),contentType,content);
|
|
|
return ImUtill.sendImMsg(from,fromName,session.getString("id"),contentType,content,"1");
|
|
|
}
|
|
|
}
|