教师空闲时间提交通知

This commit is contained in:
Dai 2024-09-26 10:41:55 +08:00
parent ac8989e750
commit f78c864cbd

View File

@ -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
}
}
}
}