From 9ce5530944fd79f270612a3800cc73af1f0ec7ed Mon Sep 17 00:00:00 2001 From: Dai Date: Wed, 9 Oct 2024 11:47:59 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E8=AF=BE=E7=A8=8B=E6=8A=A5=E5=91=8A?= =?UTF-8?q?=E9=80=9A=E7=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common/service/SendMsgCronJobService.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/app/common/service/SendMsgCronJobService.php b/app/common/service/SendMsgCronJobService.php index e9a9c5e..c4bc140 100644 --- a/app/common/service/SendMsgCronJobService.php +++ b/app/common/service/SendMsgCronJobService.php @@ -1061,11 +1061,7 @@ class SendMsgCronJobService ], "lang" => "zh_CN", ]; - - print '
';
-                print_r($send_teacher_data);
-                die;
-
+                
 
                 $result = (new WechatSubscriptService())->sendMsg($send_teacher_data);
                 //@todo:写入日志中