MessageContent messageContent = MessageContentFactory.decodeMessageContent(protoContent); 对于在页面上发的图片,文件类型可以解析成功,但是我通过API发送的文件,图片它就无法解析出来,protoContent也是有值的。 这是我的API方法: