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, 1 insertions(+), 1 deletions(-)

diff --git a/PhalApi/PhalApi/Request.php b/PhalApi/PhalApi/Request.php
index f76c73b..8a861bb 100644
--- a/PhalApi/PhalApi/Request.php
+++ b/PhalApi/PhalApi/Request.php
@@ -177,7 +177,7 @@
             ? $this->getDataBySource($rule['source']) 
             : $this->data;
 
-        DI()->logger->error('test', $data);
+        DI()->logger->error('test', $_POST);
 
         $rs = PhalApi_Request_Var::format($rule['name'], $rule, $data);
 

--
Gitblit v1.8.0