1
0
mirror of https://gitee.com/koogua/course-tencent-cloud.git synced 2025-06-26 12:23:06 +08:00

修复升级cos-sdk带来的参数检查错误

This commit is contained in:
koogua 2022-08-19 15:30:49 +08:00
parent 1b6bca81df
commit 3dfa5244af
2 changed files with 8 additions and 69 deletions

View File

@ -81,6 +81,8 @@ class HttpErrorHandler extends Injectable
$logger = $this->getLogger();
$logger->error($content);
$logger->error($e->getTraceAsString());
}
/**

View File

@ -173,19 +173,6 @@ final class V20210403184518 extends AbstractMigration
'published' => 1,
'create_time' => $now,
],
[
'id' => 6,
'parent_id' => 0,
'level' => 1,
'name' => '群组',
'path' => ',6,',
'target' => '_self',
'url' => '/im/group/list',
'position' => 1,
'priority' => 6,
'published' => 1,
'create_time' => $now,
],
[
'id' => 7,
'parent_id' => 0,
@ -371,56 +358,6 @@ final class V20210403184518 extends AbstractMigration
'item_key' => 'secret_key',
'item_value' => '',
],
[
'section' => 'im.cs',
'item_key' => 'enabled',
'item_value' => '0',
],
[
'section' => 'im.cs',
'item_key' => 'user1_id',
'item_value' => '',
],
[
'section' => 'im.cs',
'item_key' => 'user2_id',
'item_value' => '',
],
[
'section' => 'im.cs',
'item_key' => 'user3_id',
'item_value' => '',
],
[
'section' => 'im.main',
'item_key' => 'title',
'item_value' => '菜鸟驿站',
],
[
'section' => 'im.main',
'item_key' => 'msg_max_length',
'item_value' => '1000',
],
[
'section' => 'im.main',
'item_key' => 'upload_img_enabled',
'item_value' => '0',
],
[
'section' => 'im.main',
'item_key' => 'upload_file_enabled',
'item_value' => '0',
],
[
'section' => 'im.main',
'item_key' => 'tool_audio_enabled',
'item_value' => '0',
],
[
'section' => 'im.main',
'item_key' => 'tool_video_enabled',
'item_value' => '0',
],
[
'section' => 'live.push',
'item_key' => 'domain',
@ -624,17 +561,17 @@ final class V20210403184518 extends AbstractMigration
[
'section' => 'secret',
'item_key' => 'secret_key',
'item_value' => '',
'item_value' => 'xxx',
],
[
'section' => 'secret',
'item_key' => 'secret_id',
'item_value' => '',
'item_value' => 'xxx',
],
[
'section' => 'secret',
'item_key' => 'app_id',
'item_value' => '',
'item_value' => 'xxx',
],
[
'section' => 'site',
@ -746,12 +683,12 @@ final class V20210403184518 extends AbstractMigration
[
'section' => 'cos',
'item_key' => 'bucket',
'item_value' => '',
'item_value' => 'course-1255691183',
],
[
'section' => 'cos',
'item_key' => 'region',
'item_value' => '',
'item_value' => 'ap-guangzhou',
],
[
'section' => 'cos',
@ -761,7 +698,7 @@ final class V20210403184518 extends AbstractMigration
[
'section' => 'cos',
'item_key' => 'domain',
'item_value' => '',
'item_value' => 'course-1255691183.file.myqcloud.com',
],
[
'section' => 'vod',