model = new \app\admin\model\miniprogram\Template; //开启模型验证 $this->modelValidate = true; //内容过滤 $this->request->filter('trim,strip_tags'); } }