1
0
mirror of https://gitee.com/bookshelfplus/bookshelfplus synced 2025-09-01 22:53:29 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

/file/list; /file/object/list 修改为POST提交;完善上传文件部分代码;清理多余import;修正一些代码Bug

This commit is contained in:
2022-04-15 21:38:57 +08:00
parent 0f6f148076
commit 5c1a935697
29 changed files with 1387 additions and 426 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

View File

@@ -32,4 +32,10 @@
创建成功
![image-20220413001238233](创建COS对象存储文件上传触发SCF云函数.assets/image-20220413001238233.png)
![image-20220413001238233](创建COS对象存储文件上传触发SCF云函数.assets/image-20220413001238233.png)
创建成功后,建议将 `执行超时时间` 适当调大一点特别是当服务器和腾讯云COS节点较远的情况以减少因网络问题导致COS文件上传后网站后台不能及时感知。一般建议大于 `5秒`,此处调为 `10秒`
![image-20220415213234407](创建COS对象存储文件上传触发SCF云函数.assets/image-20220415213234407.png)