You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

26 lines
312 B

<?php
/**
* Created by 花密欧团队.
* User: 云掌.帮德
* Date: 2020/3/5 13:30
* Desc:
*/
namespace test;
/**
* @Annotation
*/
class Test
{
public function __construct()
{
}
public function index()
{
$request = app('request');
halt($request->param());
}
}