Commit c4e1af19 authored by zw's avatar zw Committed by hujun

token过滤

parent 6a007fa2
...@@ -101,7 +101,6 @@ class Report extends Basic ...@@ -101,7 +101,6 @@ class Report extends Basic
if(count($result) > 0){ if(count($result) > 0){
foreach ($result as $k=>$v){ foreach ($result as $k=>$v){
$result[$k]["user_phone"] = preg_replace('/(\d{3})\d{4}(\d{4})/','$1****$2',$v["user_phone"]); $result[$k]["user_phone"] = preg_replace('/(\d{3})\d{4}(\d{4})/','$1****$2',$v["user_phone"]);
} }
} }
......
...@@ -38,7 +38,9 @@ class Basic extends Controller ...@@ -38,7 +38,9 @@ class Basic extends Controller
protected $agentPhone; protected $agentPhone;
protected $timeStamp_; protected $timeStamp_;
protected $filterVerify = array( protected $filterVerify = array(
'broker/token' 'broker/token',
'broker/getShopList',
'broker/getShopDetail',
); );
/** /**
......
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