地图api
This commit is contained in:
@@ -14,7 +14,8 @@ class GoodsCategory extends ApiBase{
|
||||
*/
|
||||
public function lists(){
|
||||
$client = $this->request->get('client',1);
|
||||
$cateogry = GoodsCategoryLogic::categoryThirdTree($client);
|
||||
$type = $this->request->get('type',1);
|
||||
$cateogry = GoodsCategoryLogic::categoryThirdTree($client,$type);
|
||||
|
||||
$this->_success('获取成功',$cateogry);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user