Commit 2e714a67 authored by clone's avatar clone Committed by hujun

beautify

parent e45476a9
...@@ -159,7 +159,7 @@ class AppChat extends Basic ...@@ -159,7 +159,7 @@ class AppChat extends Basic
$result = $this->_chat->sendMsg($target_type, $target, $source, $is_user, $type, $msg_content, $from, $this->accessToken); $result = $this->_chat->sendMsg($target_type, $target, $source, $is_user, $type, $msg_content, $from, $this->accessToken);
if ($result) { if ($result) {
return $this->response("200", "", [ "msg" => "消息发送成功" ]); return $this->response("200", "", [ "msg" => "消息发送成功" ]);
}else{ } else {
return $this->response("101", "", [ "msg" => "消息内容错误" ]); return $this->response("101", "", [ "msg" => "消息内容错误" ]);
} }
......
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