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