From 04912794c8eed8661e6550be83561ff7f51e43d7 Mon Sep 17 00:00:00 2001 From: Dai Date: Thu, 26 Sep 2024 11:15:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=99=E5=B8=88=E7=A9=BA=E9=97=B2=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E4=B8=8A=E4=BC=A0=E6=8F=90=E9=86=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common/service/SendMsgCronJobService.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/common/service/SendMsgCronJobService.php b/app/common/service/SendMsgCronJobService.php index 813ad40..31a205a 100644 --- a/app/common/service/SendMsgCronJobService.php +++ b/app/common/service/SendMsgCronJobService.php @@ -889,14 +889,14 @@ class SendMsgCronJobService } $send_teacher_data = [ 'touser' => $teacher->openid,//@todo:发送人 - 'template_id' => 'c449J4JWJrj5fRbw9H5jVpPK_U9OWekhOjzpvGmbjQg', + 'template_id' => 'lNWBJMGhR5suLinI_E7d6KXGiwGuKkyJCzT1ThokS1k', 'data' => [ - 'short_thing4' => [//教师姓名 + 'thing1' => [//教师姓名 'value' => $teacher->teacher_name, 'color' => '#000000' ], - 'character_string14' => [//课次 - 'value' => 'Please submit your free time', + 'thing3' => [//课次 + 'value' => 'Please submit free time', 'color' => '#000000' ] ],