|
@ -136,7 +136,7 @@ public class HttpUtil {
|
|
|
try{
|
|
|
JSONObject sessionObj = createSession(receiver);
|
|
|
JSONObject params = new JSONObject();
|
|
|
sendIM("system","系统通知",String.valueOf(sessionObj.get("id")),msgType, msg);
|
|
|
sendIM("system","系统",String.valueOf(sessionObj.get("id")),msgType, msg);
|
|
|
return true;
|
|
|
}catch (Exception e){
|
|
|
e.printStackTrace();
|