Commit 51d84039 by 冷斌

族员审核列表

parent 954ffe41
...@@ -2126,7 +2126,7 @@ class Api_User extends PhalApi_Api { ...@@ -2126,7 +2126,7 @@ class Api_User extends PhalApi_Api {
public function familyAuthList() public function familyAuthList()
{ {
$rs = array('code' => 0, 'msg' => '', 'info' => '审核成功'); $rs = array('code' => 0, 'msg' => '', 'info' => array());
$uid=checkNull($this->uid); $uid=checkNull($this->uid);
$token=checkNull($this->token); $token=checkNull($this->token);
...@@ -2150,7 +2150,7 @@ class Api_User extends PhalApi_Api { ...@@ -2150,7 +2150,7 @@ class Api_User extends PhalApi_Api {
public function familyAuth() public function familyAuth()
{ {
$rs = array('code' => 0, 'msg' => '', 'info' => array()); $rs = array('code' => 0, 'msg' => '审核成功', 'info' => array());
$uid=checkNull($this->uid); $uid=checkNull($this->uid);
$token=checkNull($this->token); $token=checkNull($this->token);
......
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