新增功能

This commit is contained in:
Your Name
2026-04-01 09:46:25 +08:00
parent 099bc1dd22
commit a780356908
332 changed files with 7845 additions and 866 deletions
+2 -1
View File
@@ -3,6 +3,7 @@ declare (strict_types = 1);
namespace app;
use app\common\service\TrtcCloudRecordingService;
use think\Service;
/**
@@ -17,6 +18,6 @@ class AppService extends Service
public function boot()
{
// 服务启动
TrtcCloudRecordingService::applyRecordingSslCaBundleEarly();
}
}