Commit 87234cab by 冷斌

update

parent 87f56763
......@@ -1384,7 +1384,7 @@ class Api_User extends PhalApi_Api {
$labelIds = $domain->getUserLabel(0,$touid);
$labelId = [];
foreach ($labelIds as $item) {
$labelId = array_merge($labelId, preg_split('/,|,/',$labelIds['label']));
$labelId = array_merge($labelId, preg_split('/,|,/',$item['label']));
}
var_dump($labelId);
die;
......
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