Commit 6cd72985 authored by zhuwei's avatar zhuwei

1

parent f2af264e
...@@ -1070,8 +1070,8 @@ class Broker extends Basic ...@@ -1070,8 +1070,8 @@ class Broker extends Basic
} }
$broker_service = new BrokerService(); $broker_service = new BrokerService();
$result = $broker_service->modifyAgentPassword( $result = $broker_service->modifyAgentPassword($params['agent_id'],$params['old_password'], $params['new_password'],
$params['agent_id'],$params['old_password'], $params['new_password'],$params['confirm_password']); $params['confirm_password']);
return $this->response($result['status'],$result['msg'], []); return $this->response($result['status'],$result['msg'], []);
} }
......
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