Commit 1533b8a1 authored by hujun's avatar hujun

返回信息修改

parent 0dc4818d
......@@ -350,7 +350,7 @@ class Broker extends Basic
if ($code == $this->request->param('code') && $jwt_phone == $this->params['phone']) {
$agents->forgetPwd($agent_data['id'], $this->params['pwd']);
$data['data'] = ['id' => $agent_data['id']];
$data['status'] = 200;
$data['code'] = 200;
$data['msg'] = '修改成功';
} else {
$data['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