修改部分会议提到的bug

This commit is contained in:
2023-03-14 18:11:48 +08:00
parent afcb62b4eb
commit 92657ea736
18 changed files with 1186 additions and 284 deletions

View File

@@ -414,8 +414,8 @@ export function clients() {
let client = {}
client = new OSS({
endpoint: 'oss-cn-chengdu.aliyuncs.com',
accessKeyId: 'LTAI5t7K52jxxBCvYtS3CCm3',
accessKeySecret: 'VFLO6JDorP8fFmjZuxsSCxL5zzHMgW',
accessKeyId: 'LTAI5tGUFScGh9qdB8j7vKo1',
accessKeySecret: 'XhBPsJ3fom9sE4yjTQAqwwVEw2nqac',
bucket: 'gwjxb',
timeout: 10 * 60 * 1000
})