Commit a00551bd authored by clone's avatar clone

bug

parent 47a8ac05
......@@ -469,7 +469,7 @@ class AppChat extends Basic
$msgModel = new MPushMessage();
$history_result = $msgModel->getListByWhere($field, $param, $page_no, $page_size);
return $this->response("200", "request success", array_reverse($history_result));
return $this->response("200", "request success", $history_result);
}
......@@ -502,7 +502,7 @@ class AppChat extends Basic
$msgModel = new MPushMessage();
$history_result = $msgModel->getListByWhere($field, $param, $page_no, $page_size);
return $this->response("200", "request success", array_reverse($history_result));
return $this->response("200", "request success", $history_result);
}
......
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