Commit 88fa24a5 authored by zhuwei's avatar zhuwei

发起微聊用户数 分部门

parent b1fcb524
...@@ -35,7 +35,7 @@ class OperationData extends Basic ...@@ -35,7 +35,7 @@ class OperationData extends Basic
/** /**
* 发起微聊用户数 * 发起微聊用户数 废弃
* @return \think\Response * @return \think\Response
*/ */
public function chatUserNum_old() public function chatUserNum_old()
...@@ -54,6 +54,10 @@ class OperationData extends Basic ...@@ -54,6 +54,10 @@ class OperationData extends Basic
return $this->response(200, 'success', $result); return $this->response(200, 'success', $result);
} }
/**
* 发起微聊用户数 分部门
* @return \think\Response
*/
public function chatUserNum() public function chatUserNum()
{ {
$params = $this->params; $params = $this->params;
......
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