Commit 01f368f8 authored by hujun's avatar hujun

''

parent 8574926e
......@@ -876,7 +876,7 @@ class Broker extends Basic
$agents = new AAgents();
$field = 'id,device_id,store_id,auth_group_id,district_id,position,level,name,phone,sex,img,status,';
$field .= 'inviter_id,create_time,update_time,admin_off,remarks,last_login_ip,last_login_time,quit_time,call_number,site_id';
$data = $agents->getInfo($this->agentPhone, true, $field);
$data = $agents->getInfo($this->agentPhone, '',true, $field);
$data['openid'] = "";
$data['token'] = $this->authToken;
return $this->response(200, "", $data);
......
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