Commit 78b7cc05 authored by jianghaiming's avatar jianghaiming

update:Set

parent 17f8f64c
...@@ -81,6 +81,6 @@ abstract class Base extends Controller_Abstract ...@@ -81,6 +81,6 @@ abstract class Base extends Controller_Abstract
$params = $this->getRequest()->getRequest(); $params = $this->getRequest()->getRequest();
unset($params['s']); unset($params['s']);
$this->params = $params; $this->params = $params;
FileLog::info("order_request_params", print_r($params, 1)); //测试使用 FileLog::info("goods_request_params", print_r($params, 1)); //测试使用
} }
} }
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