Commit 08562e52 authored by zhuwei's avatar zhuwei

获取电话跟进标签列表

parent 6fdf88f8
......@@ -43,7 +43,7 @@ class User extends Basic
*/
public function getUserLabels() {
$m_lables = New ULabels;
$field = 'id as labels_id,name';
$field = 'id as labels_id,name,free';
$where['type'] = 1;
$result= $m_lables->getLabelsList($field, $where);
return $this->response("200", "request success", $result);
......
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