Logo white

wxd / MEIDD_MSCP_PHP

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • MEIDD_MSCP_PHP
  • application
  • mchat
  • controller
  • Test.php
  • 初始文件
    7103d67a
    season authored
    2020-01-18 16:16:35 +0800  
    Browse Code »
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();
    }
}