Commit 17f8f64c authored by jianghaiming's avatar jianghaiming

update:Set

parent 1a3f02ec
...@@ -5,6 +5,7 @@ use App\Exception\custom\SignException; ...@@ -5,6 +5,7 @@ use App\Exception\custom\SignException;
use Helpers\ApiResponse; use Helpers\ApiResponse;
use Yaf\Controller_Abstract; use Yaf\Controller_Abstract;
use Helpers\Aes; use Helpers\Aes;
use Api\PhpUtils\Log\FileLog;
abstract class Base extends Controller_Abstract abstract class Base extends Controller_Abstract
{ {
...@@ -80,5 +81,6 @@ abstract class Base extends Controller_Abstract ...@@ -80,5 +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)); //测试使用
} }
} }
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