Commit f8195f19 authored by clone's avatar clone

bug

parent 4e639277
......@@ -337,7 +337,6 @@ class AppChat extends Basic
if (!empty($params["relation_list"])) {
try {
$relation_ = json_decode($params["relation_list"], true);
dump($relation_);
foreach ($relation_ as $item){
$relation_list[$item["r_id"]][] = $item;
}
......@@ -347,7 +346,6 @@ class AppChat extends Basic
}
dump($relation_list);
$relationList = $this->_chat->getRelationList($target, $is_user, $relation_list);
return $this->response("200", "success", $relationList);
......
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