a673311209

【场景二】从微博上复制的一个图像链接来创建图像消息: AVIMClient tom = AVIMClient.getInstance("Tom"); tom.open(new AVIMClientCallback() { @Override public void done(AVIMClient client, AVIMException e) { if (e == null) { // 创建名为“猫和老鼠”的对话 client.createConversation(Arrays.asList("Jerry"), "猫和老鼠", null, new AVIMConversationCreate…

走不进回调里面,并不是else判断的问题