Commit c753be63 authored by zw's avatar zw

1

parent e859bd6a
......@@ -253,6 +253,11 @@ class OrderLog extends Basic
"receipt_number" => "12312",
"transfer_name" => "sdafsdf",
);*/
$vip_services = new VipService();
if(!$vip_services->vip($params['agent_id'], 'broker/collectingBill')){
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