fix 上传课程作业通知家长、学生

This commit is contained in:
Dai 2024-10-07 23:12:41 +08:00
parent 7172b2327c
commit 04e567ce78

View File

@ -1248,7 +1248,7 @@ class SendMsgCronJobService
$send_teacher_data = [ $send_teacher_data = [
'touser' => $parent->student_openid, 'touser' => $parent->openid,
'template_id' => 'ng-vuuY_hHM3N2fR3VCGdhtg5zfYRmgdiYuffPEgXDs', 'template_id' => 'ng-vuuY_hHM3N2fR3VCGdhtg5zfYRmgdiYuffPEgXDs',
'data' => [ 'data' => [
'thing6' => [//课程名称 'thing6' => [//课程名称
@ -1304,7 +1304,7 @@ class SendMsgCronJobService
} }
} catch (Exception $e) { } catch (Exception $e) {
return [ return [