新增功能
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user