Test.php 255 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 <?php /** * Created by PhpStorm. * User: Administrator * Date: 2017-12-18 * Time: 10:33 */ namespace app\mchat\controller; use think\Controller; class Test extends Controller { public function index(){ return $this -> fetch(); } }