[更新] 调bug
This commit is contained in:
13
app/Http/Controllers/IndexController.php
Normal file
13
app/Http/Controllers/IndexController.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace App\Http\Controllers;
|
||||
|
||||
class IndexController extends Controller
|
||||
{
|
||||
|
||||
public function index()
|
||||
{
|
||||
return " 核销系统 union";
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user