Commit 8ea3cd68 authored by shiyu's avatar shiyu

消息发送后保存记录的操作删除由回调执行

parent 7ff3922c
......@@ -56,7 +56,7 @@ public class IMCallbackController {
ImRecord imRecord = new ImRecord();
//发送消息后回调信息处理
String fromAccount = JsonUtils.getValueByPath(jsonStr, "From_Account");
String toAccount = JsonUtils.getValueByPath(jsonStr, "From_Account");
String toAccount = JsonUtils.getValueByPath(jsonStr, "To_Account");
long msgTime = Long.valueOf(JsonUtils.getValueByPath(jsonStr, "MsgTime"));
String msgKey = JsonUtils.getValueByPath(jsonStr, "MsgKey");
String onlineOnlyFlag = JsonUtils.getValueByPath(jsonStr, "OnlineOnlyFlag");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment