Commit d4076a56 authored by zhuwei's avatar zhuwei

热帖标签

parent 670073b7
......@@ -25,7 +25,7 @@ class Square extends Basic
*/
public function getDistrictLable()
{
$res = $this->s_square->getDistrictLable();
$res = $this->s_square->getDistrictLable(1);
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