Commit 2e31af63 authored by zhuwei's avatar zhuwei

接口调整

parent c3f91616
...@@ -272,7 +272,7 @@ class Broker extends Basic ...@@ -272,7 +272,7 @@ class Broker extends Basic
//dump($user_res); //dump($user_res);
$user_res['user_pic']=HEADERIMGURL.$user_res['user_pic']; $user_res['user_pic']=HEADERIMGURL.$user_res['user_pic'];
$table= new Agents(); $table= new Agents();
$Agents_res =$table->Agents_res($v['agent_id']); $Agents_res =$table->Agents_res($user_res['agent_id']);
//dump($Agents_res); //dump($Agents_res);
$user_res['agentinfo']=$Agents_res?$Agents_res['realname'].'/'.$Agents_res['phone']:'未知'; $user_res['agentinfo']=$Agents_res?$Agents_res['realname'].'/'.$Agents_res['phone']:'未知';
......
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