From 0d64b5ae5fb9c6d2f692d55dfabce78b300a521a Mon Sep 17 00:00:00 2001 From: colly_wyx <wangyixiong_007@163.com> Date: Mon, 23 Apr 2018 16:15:03 +0800 Subject: [PATCH] 修改 --- PhalApi/PhalApi/Request.php | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/PhalApi/PhalApi/Request.php b/PhalApi/PhalApi/Request.php index 052b928..8a861bb 100644 --- a/PhalApi/PhalApi/Request.php +++ b/PhalApi/PhalApi/Request.php @@ -177,6 +177,8 @@ ? $this->getDataBySource($rule['source']) : $this->data; + DI()->logger->error('test', $_POST); + $rs = PhalApi_Request_Var::format($rule['name'], $rule, $data); if ($rs === NULL && (isset($rule['require']) && $rule['require'])) { -- Gitblit v1.8.0