[更新] 调bug

This commit is contained in:
2021-02-01 14:51:57 +08:00
parent a807872b90
commit 2cad439db6

View File

@@ -0,0 +1,13 @@
<?php
namespace App\Http\Controllers;
class IndexController extends Controller
{
public function index()
{
return " 核销系统 union";
}
}