From 0c4b798032fd08f562570201c0ae6ba1d040cfba Mon Sep 17 00:00:00 2001
From: colly_wyx <wangyixiong_007@163.com>
Date: Mon, 23 Apr 2018 16:01:41 +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..f76c73b 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', $data);
+
         $rs = PhalApi_Request_Var::format($rule['name'], $rule, $data);
 
         if ($rs === NULL && (isset($rule['require']) && $rule['require'])) {

--
Gitblit v1.8.0