Commit 6fe00575 authored by wuxiaoli's avatar wuxiaoli

no message

parent 2a1bc640
......@@ -364,7 +364,7 @@ class Family extends Api
}
$agent= AgentModel::dataInfo(['family_id'=>$family_id,'status'=>1,'type'=>1]);
$info['family_name']=$agent?$agent['realname']:null;
$info['shaikh_name']=$agent?$agent['realname']:null;
$info['fastim_id']=$agent?\app\admin\model\fastim\User::where(['user_id'=>$agent['user_id']])->value("id"):'';
$this->success("获取成功",['info' =>$info]);
......
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