fix 去除硬代码
This commit is contained in:
parent
bc6d79a68c
commit
571b135957
@ -85,7 +85,7 @@ class SendMsgCronJobService
|
|||||||
$msgInfo = $teacher_schedule_time->toArray();
|
$msgInfo = $teacher_schedule_time->toArray();
|
||||||
$student_name = implode(',', array_column($student_info, 'student_name'));
|
$student_name = implode(',', array_column($student_info, 'student_name'));
|
||||||
$send_teacher_data = [
|
$send_teacher_data = [
|
||||||
'touser' => 'olfLh6o4CG9xb6_tA3y29shOj_Bo',
|
'touser' => $teacher_schedule_time->teacherAttr->openid,
|
||||||
'template_id' => 'gTtXWz35mjbtbOZdq6uNBIqy2_W-gu7F4H6s5N-vNAI',
|
'template_id' => 'gTtXWz35mjbtbOZdq6uNBIqy2_W-gu7F4H6s5N-vNAI',
|
||||||
'data' => [
|
'data' => [
|
||||||
'time2' => [//上课时间
|
'time2' => [//上课时间
|
||||||
|
Loading…
x
Reference in New Issue
Block a user