Commit 01836d97 authored by zw's avatar zw

店铺动态

parent 3b164f29
......@@ -540,13 +540,16 @@ class OrderLog extends Basic
/**
* 店铺动态
* @return \think\Response
* @throws \think\db\exception\DataNotFoundException
* @throws \think\db\exception\ModelNotFoundException
* @throws \think\exception\DbException
*/
public function getListByHouseId()
{
$params = $this->params;
$params = array(
/* $params = array(
"house_id"=>1
);
);*/
if (!isset($params["house_id"])) {
return $this->response("101", "请求参数错误");
}
......
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