完成基本功能

This commit is contained in:
augushong
2021-06-20 01:02:11 +08:00
parent 36c059e5be
commit a869aadf95
8 changed files with 343 additions and 54 deletions

5
app/index/route/app.php Normal file
View File

@@ -0,0 +1,5 @@
<?php
use think\facade\Route;
Route::rule('share/:uid','Index/read');