From d242ddee022f13812885b24f072212d7aa4116f9 Mon Sep 17 00:00:00 2001 From: wong <106998207@qq.com> Date: Thu, 10 Jul 2025 17:53:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../cunkebao/controller/plan/PosterWeChatMiniProgram.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/application/cunkebao/controller/plan/PosterWeChatMiniProgram.php b/Server/application/cunkebao/controller/plan/PosterWeChatMiniProgram.php index 1fa0fe0f..a03f1677 100644 --- a/Server/application/cunkebao/controller/plan/PosterWeChatMiniProgram.php +++ b/Server/application/cunkebao/controller/plan/PosterWeChatMiniProgram.php @@ -47,7 +47,7 @@ class PosterWeChatMiniProgram extends Controller // 保存小程序码到文件 if ($response instanceof StreamResponse) { - $savePath = ROOT_PATH . 'runtime/img'; + $savePath = ROOT_PATH . '/runtime/img'; // 确保目录存在 if (!is_dir($savePath)) { mkdir($savePath, 0755, true);