add chek file and upload combined image verify

This commit is contained in:
XiaoLi
2022-08-31 23:34:54 +08:00
committed by 阿男
parent 3a724b822d
commit 2f0a22528c
4 changed files with 32 additions and 12 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ function upyun_upload.upload(filepath, filename)
return
else
ngx.status = 200
local fullpath = ngx.var.$upyun_domain .. "/" .. directory .. "/" .. filename
local fullpath = ngx.var.upyun_domain .. "/" .. directory .. "/" .. filename
ngx.log(ngx.INFO, "UPYUN URL -> ", fullpath)
ngx.say(fullpath)
end