From fd86586fd646f435beb3f3b651c7df7a2f0d91a7 Mon Sep 17 00:00:00 2001 From: cody <648753004@qq.com> Date: Sat, 9 Aug 2025 20:58:43 +0800 Subject: [PATCH] update --- app/Models/CourseContent.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Models/CourseContent.php b/app/Models/CourseContent.php index 95b0141..c28bbe7 100755 --- a/app/Models/CourseContent.php +++ b/app/Models/CourseContent.php @@ -77,7 +77,7 @@ class CourseContent extends SoftDeletesModel 'secret' => \config('app.applet_secret') ]; $app = Factory::miniProgram($config); - $tmp = $app->app_code->get('/packages/sign/index?course_content_id' . $courseContentId, [ + $tmp = $app->app_code->get('/packages/sign/index?course_content_id=' . $courseContentId, [ // 'env_version' => "release" // 正式版 'env_version' => "trial" // 体验版 ]);