Commit 79811de4 authored by zhuwei's avatar zhuwei

获取聊天客户信息

parent 788e3153
...@@ -409,9 +409,9 @@ class AppChat extends Basic ...@@ -409,9 +409,9 @@ class AppChat extends Basic
public function getUserInfoByFrom() public function getUserInfoByFrom()
{ {
$params = $this->params; $params = $this->params;
$params = array( /*$params = array(
'id' => 1, 'id' => 1,
); );*/
if (!isset($params['id'])) { if (!isset($params['id'])) {
return $this->response("300", "参数不全"); return $this->response("300", "参数不全");
} }
......
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