作者 liyuhang

gx

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