作者 lyh

gx

... ... @@ -45,6 +45,7 @@ class CategoryLogic extends BaseLogic
{
$info = parent::getInfo($id);
$info['url'] = $this->getProjectDomain() . $info['route'] ;
$info['image_link'] = $this->getImageUrl($info['image']);
return $this->success($info);
}
... ...