Commit 4fbedc08 by 孙龙

init

parent 5dbb2b55
......@@ -8,6 +8,7 @@ class Controller extends BaseController
{
//
public function index(Request $request){
echo 'order';
// echo "order";
// dd($request->input());
// dd(config('app.env', 'production'));
......
......@@ -4,4 +4,5 @@ use Order\Controllers\Controller;
$router->group(['prefix' => 'order'], function () use ($router) {
$router->get('/index', ['uses' => 'Controller@index']);
});
\ No newline at end of file
});
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment