{"id":95,"date":"2018-11-02T23:44:43","date_gmt":"2018-11-02T15:44:43","guid":{"rendered":"http:\/\/www.gaoxigang.com\/?p=95"},"modified":"2018-11-02T23:44:43","modified_gmt":"2018-11-02T15:44:43","slug":"thinkphp%e5%ad%a6%e4%b9%a0-%e9%aa%8c%e8%af%81%e5%99%a8","status":"publish","type":"post","link":"https:\/\/www.gaoxigang.com\/index.php\/2018\/11\/02\/thinkphp%e5%ad%a6%e4%b9%a0-%e9%aa%8c%e8%af%81%e5%99%a8\/","title":{"rendered":"thinkphp\u5b66\u4e60-\u9a8c\u8bc1\u5668"},"content":{"rendered":"<p>1\u3001\u65b0\u5efa\u72ec\u7acb\u9a8c\u8bc1\u7c7b<\/p>\n<pre>namespace app\\api\\controller\\v1;\n\n\nuse think\\Validate;\n\n<strong>class ValidateTest extends Validate<\/strong>\n{\n    protected $rule = [\n        'name' =&gt; 'require|max:5',\n        'email' =&gt; 'email'\n    ];\n}<\/pre>\n<p>2\u3001\u9a8c\u8bc1\u6587\u4ef6\u4e2d\u5f15\u7528\u9a8c\u8bc1\u7c7b\uff0cnew\u5bf9\u8c61\u8fdb\u884c\u9a8c\u8bc1<\/p>\n<pre>namespace app\\api\\controller\\v1;\nuse think\\Request;\nuse think\\Validate;\n<strong>use app\\api\\controller\\v1\\ValidateTest;<\/strong>\n\nclass Banner\n{\n    public function getBanner($id){\n        $data = [\n            'name' =&gt; 'gaoxigang',\n            'email' =&gt; 'gaoxigang@163.com'\n        ];\n\n       <strong> $validate = new ValidateTest();<\/strong>\n\/\/        $validate = new Validate([\n\/\/            'name' =&gt; 'require|max:20',\n\/\/            'email' =&gt; 'email'\n\/\/        ]);\n        <strong>$result = $validate-&gt;batch()-&gt;check($data);<\/strong>\n        \/\/var_dump($result);\n\n        var_dump($validate-&gt;getError());\n    }\n}<\/pre>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>1\u3001\u65b0\u5efa\u72ec\u7acb\u9a8c\u8bc1\u7c7b namespace app\\api\\controller\\v1; use think\\Va [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[],"class_list":["post-95","post","type-post","status-publish","format-standard","hentry","category-biji"],"_links":{"self":[{"href":"https:\/\/www.gaoxigang.com\/index.php\/wp-json\/wp\/v2\/posts\/95","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.gaoxigang.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.gaoxigang.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.gaoxigang.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.gaoxigang.com\/index.php\/wp-json\/wp\/v2\/comments?post=95"}],"version-history":[{"count":0,"href":"https:\/\/www.gaoxigang.com\/index.php\/wp-json\/wp\/v2\/posts\/95\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.gaoxigang.com\/index.php\/wp-json\/wp\/v2\/media?parent=95"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.gaoxigang.com\/index.php\/wp-json\/wp\/v2\/categories?post=95"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.gaoxigang.com\/index.php\/wp-json\/wp\/v2\/tags?post=95"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}