问题说明:总平台添加品类券不展示商品分类
修改文件:app/controller/admin/v1/product/StoreProductCategory.php
修改方法:cascader_list()
public function cascader_list($type = 0, $relation_id = 0)
{
if ($type != 0 && $relation_id == 0) $type = 0;
return $this->success($this->service->cascaderList($type, $relation_id));
}
