请教一个验证场景的问题

浏览:411 发布日期:2019/07/22 分类:ThinkPHP5专区
    public function sceneEdit()
    {
        return $this->only(['name','age'])
          ->append('name', 'min:5')
          ->append('age', 'require|max:100');
    } 
请教这个append,里面有规则和参数,请教对应的message提示应该怎么用append加载进去呢?谢谢了
最佳答案
评论( 相关
后面还有条评论,点击查看>>