Commit 27e1270b authored by zw's avatar zw

liaotian

parent 32ae843e
...@@ -324,7 +324,7 @@ class AppChat extends Basic ...@@ -324,7 +324,7 @@ class AppChat extends Basic
/* $params = array( /* $params = array(
"target" => "121" "target" => "121"
);*/ );*/
if (!isset($params['target']) || !isset($params['from'])) { if (!isset($params['target']) ) {
return $this->response("300", "参数不全"); return $this->response("300", "参数不全");
} }
$target = $params["target"]; $target = $params["target"];
......
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