From e0cdbd13ae24ba52bccc9c50eedb97e97c861ed0 Mon Sep 17 00:00:00 2001 From: wuaho Date: Tue, 31 Aug 2021 14:12:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=B6=E9=97=B4=E8=B0=83=E6=95=B4=E9=92=89?= =?UTF-8?q?=E9=92=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pmcalendar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pmcalendar.php b/pmcalendar.php index efa659b..c3476ed 100644 --- a/pmcalendar.php +++ b/pmcalendar.php @@ -254,7 +254,7 @@ if ($act == 'newevent') { // 钉钉通知 if(in_array($event['event'],['打包','版本更新','上线'])) { $yanqiType = $isYanqi == 1 ? '延期' : '提前'; - push("{$user['name']}对【{$event['game']}】进行了{$yanqiType}调整", "{$user['name']}对【{$event['game']}】进行了{$yanqiType}调整\n\n调整时间:由原来的{$event['start']} {$event['event']}\n\n 调整到:{$dict['end']}\n\n调整原因:{$reason}", '吴昊,敖长刚'); + push("{$user['name']}对【{$event['game']}】进行了{$yanqiType}调整", "{$user['name']}对【{$event['game']}】进行了{$yanqiType}调整\n\n调整时间:由原来的{$event['start']} {$event['event']}\n\n 调整到:{$dict['end']}\n\n调整原因:{$reason}", '吴昊,敖长刚,舒展'); } we('1');