Commit 0cb06733 authored by zhuwei's avatar zhuwei

bug

parent 1eaa502f
......@@ -365,7 +365,7 @@ class Client extends Basic
$data['search_type'] = $search_type;
$vip_services = new VipService();
$data['examine_vip'] = $vip_services->vip($params['agent_id']);
$data['examine_vip'] = $vip_services->vip($params['user_id']);
return $this->response("200", "success!", $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