Commit c402330f by 冷斌

fix bug

parent 2c41bfe8
...@@ -1361,7 +1361,7 @@ class Api_User extends PhalApi_Api { ...@@ -1361,7 +1361,7 @@ class Api_User extends PhalApi_Api {
$domain = new Domain_User(); $domain = new Domain_User();
$info = $domain->getBlackList($this->uid,$this->touid,$this->p); $info = $domain->getBlackList($this->uid,$this->touid,$this->p);
$rs['info']=$info; $rs['info'][0]=$info;
return $rs; return $rs;
} }
......
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