This commit is contained in:
2022-03-09 01:57:15 +08:00
parent e3cdd92cb3
commit 6d9ca41ebf
4 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ local req_body = cjson.decode(ngx.req.get_body_data())
ngx.log(ngx.INFO, 'REQ_BODY -> ', ngx.req.get_body_data())
local data = req_body["payload"]["images"]
let combined_uuid = uuid.generate_v4()
local combined_uuid = uuid.generate_v4()
local combined = file_dir .. "/" .. combined_uuid .. ".jpeg";
local len = table.getn(data)