Commit 47b0f9e6 authored by zw's avatar zw

1

parent c753be63
......@@ -196,6 +196,11 @@ class OrderLog extends Basic
"transfer_img" => "12312312312"
);*/
$vip_services = new VipService();
if(!$vip_services->vip($params['agent_id'], 'broker/collectingBill')){
return $this->response("101","没有权限");
}
$params["collecting_bill"] = json_decode($params["collecting_bill"], true);
$remark = isset($params["remark"]) ? $params["remark"] : "";
......
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