From f44be9402da71135590b73a70a8f3bde8b21a8f0 Mon Sep 17 00:00:00 2001 From: cody <648753004@qq.com> Date: Sat, 9 Aug 2025 19:51:07 +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 100fe11..3a8b207 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/surveyFill/index?course_content_id' . $courseContentId, [ + $tmp = $app->app_code->get('/packages/sign/index?course_content_id' . $courseContentId, [ 'env_version' => "release" // 正式版 // 'env_version' => "trial" // 体验版 ]);