|
@ -13,7 +13,7 @@ public class SendP2PUtil {
|
|
|
String url = SystemConf.getInstance().getSystemProperties().getProperty("im_list_get")
|
|
|
+ "api/v1/chats/pm";
|
|
|
List<NameValuePair> params = new ArrayList<>();
|
|
|
if("4".equals(contentType)){
|
|
|
if(!"4".equals(contentType)){
|
|
|
contentType = "-1";
|
|
|
}
|
|
|
params.add(new BasicNameValuePair("from", from));
|