问题描述
URL realUrl = new URL("https://a1.easemob.com/1989128 ... 6quot;); HttpURLConnection connection = (HttpURLConnection) realUrl.openConnection(); connection.setRequestProperty("content-type", "application/json"); connection.setRequestProperty("Authorization", "Bearer YWMtowON2u56EeWFL-Vt6pYsxwAAAVTIQYskcFvAxjWuWoysHM-DOYYoY2V0P_w"); connection.setDoOutput(true); connection.setDoInput(true); connection.setRequestMethod("GET"); connection.addRequestProperty("URL Params", "ql=select * where timestamp>"+timestamp+"&limit="+limit+"&cursor="+cursor);
解决方案
https://github.com/easemob/emchat-server-examples/tree/master/emchat-server-java 这里是服务器demo,你调用接口导出,再次获取带上返回的cursor
解决方案二:
好的 谢谢 我试一下 有问题再请教
解决方案三:
这个服务器的demo到处都是坑
解决方案四:
@记忆随风飘逝 遇到什么问题了?
解决方案五:
楼主,java怎么集成的环信呀
解决方案六:
https://github.com/easemob/emchat-server-examples/tree/master/emchat-server-java java服务端示例代码,参考一下
解决方案七:
我看了,是把里边的代码都放到项目里面吗?可以加个qq吗,我的qq是1067422079
解决方案八:
这个是给参考的demo示例。导入工具中,修改成自己的参数,运行试试
解决方案九:
加qq聊吧
解决方案十:
我现在真的很需要,怎么导入我现在的正做的项目中