change combined image from png to jpeg

This commit is contained in:
2023-07-28 02:55:50 +08:00
committed by 阿男
parent a3e857f089
commit 6cb2faed7c
+1 -1
View File
@@ -24,7 +24,7 @@ ngx.log(ngx.INFO, 'REQ_BODY -> ', ngx.req.get_body_data())
local images = req_body["payload"]["images"]
local combined_uuid = uuid.generate_v4()
local combined = file_dir .. "/" .. combined_uuid .. ".png";
local combined = file_dir .. "/" .. combined_uuid .. ".jpeg";
local len = table.getn(images)
if len == 0 then