diff --git a/app/common/service/SendMsgCronJobService.php b/app/common/service/SendMsgCronJobService.php index aaecbd8..813ad40 100644 --- a/app/common/service/SendMsgCronJobService.php +++ b/app/common/service/SendMsgCronJobService.php @@ -889,18 +889,14 @@ class SendMsgCronJobService } $send_teacher_data = [ 'touser' => $teacher->openid,//@todo:发送人 - 'template_id' => 'MGAdXtRAJ7qE8hRxFu3fWZvj8bBR-oNxx-1lenpCSAI', + 'template_id' => 'c449J4JWJrj5fRbw9H5jVpPK_U9OWekhOjzpvGmbjQg', 'data' => [ - 'thing2' => [//课程名称 - 'value' => 'Submit free time', - 'color' => '#000000' - ], - 'thing3' => [//任课教师 + 'short_thing4' => [//教师姓名 'value' => $teacher->teacher_name, 'color' => '#000000' ], - 'const11' => [//上课老师 - 'value' => 'Submit class time!', + 'character_string14' => [//课次 + 'value' => 'Please submit your free time', 'color' => '#000000' ] ], @@ -930,4 +926,4 @@ class SendMsgCronJobService } } -} \ No newline at end of file +}