Commit de708211 authored by hujun's avatar hujun

icon

parent 02fc2f87
......@@ -129,7 +129,7 @@ class News extends Basic
public function getNewsLabel()
{
$label = new SLabel();
$data = $label->getList(1, 200, '', 'id,label_name', [ 'status' => 0 ]);
$data = $label->getList(1, 200, '', 'id,label_name,icon', [ 'status' => 0 ]);
return $this->response(200, '', $data);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment