Commit ec9a493d authored by clone's avatar clone

开盘广场经纪人手机号

parent 54183ce0
......@@ -196,6 +196,7 @@ class SquareService
$agent = $this->redis->getRedisCache(2, $val['agent_id']);
$res[$key]['name'] = $agent['name'];
$res[$key]['img'] = AGENTHEADERIMGURL . $agent['img'];
$res[$key]['phone'] = $agent['phone'];
$get_params = [];
$field = 'CommentExt.id,CommentExt.level,CommentExt.comment,CommentExt.agent_id_a,CommentExt.agent_id_b';//
......
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