Commit bd378dbf authored by hujun's avatar hujun

修改跟进获取省市区

parent 350192e2
...@@ -383,7 +383,7 @@ class Shop extends Basic ...@@ -383,7 +383,7 @@ class Shop extends Basic
*/ */
public function getRegions() { public function getRegions() {
$regions = new Regions(); $regions = new Regions();
$data = $regions->getRegions(); $data = $regions->getRegions($this->params['code'], $this->params['parent_code']);
return $this->response(200, '', $data); return $this->response(200, '', $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