Commit 0ced0a66 by 王栋源

wdy

parent ee700d54
......@@ -11,7 +11,7 @@ class UploadService extends ServiceBase{
}
async getOssConfig() {
var end = new Date().getTime() + 3000000;
var end = new Date().getTime() + 36000000;
var expiration = new Date(end).toISOString()
var policyText = {
"expiration": expiration,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment