修复七牛云上传bug

This commit is contained in:
2026-04-09 19:27:47 +08:00
parent f4403701c1
commit ea0e84c93c
6 changed files with 551 additions and 0 deletions
+3
View File
@@ -2,6 +2,9 @@ appname = server
httpport = 8081
runmode = dev
# 启用请求体复制(允许多次读取请求体)
copyrequestbody = true
# 服务器超时配置(支持大文件上传)
# 0 表示不设置超时限制
ServerTimeOut = 0