1.提交缺失的东西
This commit is contained in:
@ -63,10 +63,7 @@ class GoodsCategoryController extends BaseAdminController
|
|||||||
// 查询分类
|
// 查询分类
|
||||||
public function checkCategory(){
|
public function checkCategory(){
|
||||||
$result = GoodsCategoryLogic::getAllTree();
|
$result = GoodsCategoryLogic::getAllTree();
|
||||||
if (true === $result) {
|
return $this->success('查询成功', $result);
|
||||||
return $this->success('查询成功', $result);
|
|
||||||
}
|
|
||||||
return $this->fail(GoodsCategoryLogic::getError());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user