Commit 5b9b1e61 authored by hujun's avatar hujun

agent to aagent

parent a829911d
......@@ -378,7 +378,7 @@ class Broker extends Basic
*/
public function getAgentsByPhone() {
header('Access-Control-Allow-Origin:*');
$agents = new Agents();
$agents = new AAgents();
$data = $agents->getInfo($this->agentPhone);
$data['openid'] = "";
$data['token'] = $this->authToken;
......
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