Commit 174ae515 authored by hujun's avatar hujun

获取站点

parent 60d06aee
......@@ -76,7 +76,7 @@ class Site extends Basic
$field = 'id,name,city,is_del';
$get_params['is_del'] = 0;
$res = $this->aSite->getSite($field, $params);
$res = $this->aSite->getSite($field, $get_params);
return $this->response("200", "成功", $res);
}
......
......@@ -41,7 +41,7 @@ class Site extends Basic
$field = 'id,name,city,is_del';
$get_params['is_del'] = 0;
$res = $this->aSite->getSite($field, $params);
$res = $this->aSite->getSite($field, $get_params);
return $this->response("200", "成功", $res);
}
......
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