Commit d3ae6444 authored by clone's avatar clone

bug

parent 7c715df7
...@@ -415,6 +415,7 @@ class ChatService ...@@ -415,6 +415,7 @@ class ChatService
$result[$key]["img"] = $item["img"]; $result[$key]["img"] = $item["img"];
$result[$key]["phone"] = $item["phone"]; $result[$key]["phone"] = $item["phone"];
} }
$result[$key]["id"] = $item["id"];
$result[$key]["only_id"] = $item["only_id"]; $result[$key]["only_id"] = $item["only_id"];
$select_["from"] = $item["from_id"]; $select_["from"] = $item["from_id"];
$select_["target"] = $item["to_id"]; $select_["target"] = $item["to_id"];
......
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