PhalApi/PhalApi/Request.php | ●●●●● patch | view | raw | blame | history |
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'])) {