作者 liyuhang

gx

... ... @@ -30,7 +30,7 @@ class BlogLabelLogic extends BaseLogic
foreach ($label_info as $v1){
$str .= $v1['name'].',';
}
$v['category_name'] = trim($str,',');
$v['label_name'] = trim($str,',');
return $this->success($v);
}
/**
... ...