Commit 0245fd38 authored by hujun's avatar hujun

1

parent 2f099d8c
......@@ -58,7 +58,8 @@ class Client extends Basic
$this->msg = $result['msg'];
}
} else {
$data['start'] = $user_service->getUserData($this->params['id']);
$user_data = $user_service->getUserData($this->params['id']);
$data['start'] = $user_data['data'];
}
} else {
$this->code = 101;
......
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