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' ] ],