colly_wyx
2018-04-23 0c4b798032fd08f562570201c0ae6ba1d040cfba
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'])) {