From a9f4fea96e5ab569249f6ee47af37c4185e38266 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=B8=85?= <2944435683> Date: Sat, 4 Apr 2026 18:53:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=8B=E8=BD=BD=E5=88=86?= =?UTF-8?q?=E9=95=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/routes/production/exportImage.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/production/exportImage.ts b/src/routes/production/exportImage.ts index 8789b0f..382a13a 100644 --- a/src/routes/production/exportImage.ts +++ b/src/routes/production/exportImage.ts @@ -45,7 +45,7 @@ export default router.post( writeStream.on("error", reject); }); - const downloadUrl = `${process.env.OSSURL || "http://127.0.0.1:10588/"}temp/${fileName}`; + const downloadUrl = `${process.env.OSSURL + `oss/` || "http://127.0.0.1:10588/oss/"}temp/${fileName}`; res.json(success({ url: downloadUrl })); }, );