From 04e567ce780e0efbf58c371bde1276a365665ac2 Mon Sep 17 00:00:00 2001 From: Dai Date: Mon, 7 Oct 2024 23:12:41 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E4=B8=8A=E4=BC=A0=E8=AF=BE=E7=A8=8B?= =?UTF-8?q?=E4=BD=9C=E4=B8=9A=E9=80=9A=E7=9F=A5=E5=AE=B6=E9=95=BF=E3=80=81?= =?UTF-8?q?=E5=AD=A6=E7=94=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common/service/SendMsgCronJobService.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/common/service/SendMsgCronJobService.php b/app/common/service/SendMsgCronJobService.php index 1d8a366..08a06ab 100644 --- a/app/common/service/SendMsgCronJobService.php +++ b/app/common/service/SendMsgCronJobService.php @@ -1248,7 +1248,7 @@ class SendMsgCronJobService $send_teacher_data = [ - 'touser' => $parent->student_openid, + 'touser' => $parent->openid, 'template_id' => 'ng-vuuY_hHM3N2fR3VCGdhtg5zfYRmgdiYuffPEgXDs', 'data' => [ 'thing6' => [//课程名称 @@ -1304,7 +1304,7 @@ class SendMsgCronJobService } - + } catch (Exception $e) { return [