Commit afa2ca91 by 冷斌

update

parent 9c9ce563
......@@ -1386,7 +1386,7 @@ class Api_User extends PhalApi_Api {
foreach ($labelIds as $item) {
$labelId = array_merge($labelId, array_filter(preg_split('/,|,/',$item['label'])));
}
var_dump($labelId);
var_dump(array_count_values($labelId));
die;
} else {
$labelIds = $domain->getUserLabel($uid,$touid);
......
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