Commit bbc19bcd authored by zhuwei's avatar zhuwei

开盘消息

parent 684583d3
......@@ -565,6 +565,10 @@ class AppChat extends Basic
}
/**
* 开盘消息
* @return \think\Response
*/
public function getSquareMessageByAgentId()
{
$params = $this->params;
......@@ -625,6 +629,8 @@ class AppChat extends Basic
$data["shop_count"] = $msgModel->getListCountByWhere($param);
$param["type"] = 8;
$data["report_count"] = $msgModel->getListCountByWhere($param);
$param["type"] = array("in", "10,11");
$data["square_count"] = $msgModel->getListCountByWhere($param);
return $this->response("200", "success", $data);
}
......
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