修复若干bug

This commit is contained in:
2026-03-10 22:24:06 +08:00
parent 7cdb591f69
commit 98156991c1
16 changed files with 1021 additions and 892 deletions
+3
View File
@@ -5,3 +5,6 @@ use think\facade\Route;
Route::get('think', function () {
return 'hello,ThinkPHP8!';
});
// 新闻中心 API - 获取租户新闻
Route::get('getCenterNews', 'app\index\controller\Article\NewsCenterController@getCenterNews');