Commit d6fb56e8 by 冷斌

update

parent 057471e0
......@@ -1381,7 +1381,9 @@ class Api_User extends PhalApi_Api {
// $labels=array_slice($label,0,3);
if ($uid == $touid) {
$labelIds = $domain->getUserLabel(0,$touid);
var_dump($labelIds);
die;
} else {
$labelIds = $domain->getUserLabel($uid,$touid);
$labelIds=preg_split('/,|,/',$labelIds['label']);
......
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