Commit 8517d09b authored by hujun's avatar hujun

//

parent de4decf6
...@@ -259,7 +259,7 @@ class OrderLog extends Basic ...@@ -259,7 +259,7 @@ class OrderLog extends Basic
"transfer_name" => "sdafsdf", "transfer_name" => "sdafsdf",
);*/ );*/
$vip_services = new VipService(); $vip_services = new VipService();
if(!$vip_services->vip($params['agent_id'], 'broker/collectingBill')){ if($vip_services->vip($params['agent_id'], 'broker/collectingBill')){
return $this->response("101","没有权限"); return $this->response("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