|
@ -136,7 +136,7 @@ public class HttpUtil {
|
|
|
JSONObject participants = new JSONObject();
|
|
|
participants.put("system",0);
|
|
|
participants.put(receiver,0);
|
|
|
JSONObject sessionObj = ImUtill.createSession(participants,"2","系统消息","");
|
|
|
JSONObject sessionObj = ImUtill.createSession(participants,"0","系统消息","");
|
|
|
if(sessionObj.getInt("status")==-1){
|
|
|
throw new RuntimeException(sessionObj.getString("message"));
|
|
|
}
|