发送的消息如下:
{
"msg-id": "VgObRuwG2yESUidlmbRrOV",
"conv-id": "5acc73ae5b90c830ff7d35dd",
"is-conv": true,
"conv-type": 1,
"from": "server",
"bin": false,
"timestamp": 1523348541048,
"is-room": false,
"from-ip": null,
"to": "5acc73ae5b90c830ff7d35dd",
"data": "{\"lcattrs\":{\"type\":\"conversationfinish\",\"serviceDetailId\":\"44573\",\"receiveId\":\"4351\"},\"lctype\":\"1\",\"lctext\":\"本次咨询结束,去给医生打个分吧。\"}",
"time": "2018-04-10 16:22:21"
}
在- (void)conversation:(AVIMConversation *)conversation didReceiveTypedMessage:(AVIMTypedMessage *)message {
这里收到了 VgObRuwG2yESUidlmbRrOV 消息
怎样从AVIMTypedMessage类型的message中 取到 type的值???????
}