<?php namespace app\worker\controller; use think\facade\View; class Captcha { // 验证码表单 public function index() { // return View::fetch('captcha'); // return $this->fetch(); } }