教师空闲时间上传提醒

This commit is contained in:
Dai 2024-09-26 11:15:44 +08:00
parent f78c864cbd
commit 04912794c8

View File

@ -889,14 +889,14 @@ class SendMsgCronJobService
} }
$send_teacher_data = [ $send_teacher_data = [
'touser' => $teacher->openid,//@todo发送人 'touser' => $teacher->openid,//@todo发送人
'template_id' => 'c449J4JWJrj5fRbw9H5jVpPK_U9OWekhOjzpvGmbjQg', 'template_id' => 'lNWBJMGhR5suLinI_E7d6KXGiwGuKkyJCzT1ThokS1k',
'data' => [ 'data' => [
'short_thing4' => [//教师姓名 'thing1' => [//教师姓名
'value' => $teacher->teacher_name, 'value' => $teacher->teacher_name,
'color' => '#000000' 'color' => '#000000'
], ],
'character_string14' => [//课次 'thing3' => [//课次
'value' => 'Please submit your free time', 'value' => 'Please submit free time',
'color' => '#000000' 'color' => '#000000'
] ]
], ],