时间调整钉钉
This commit is contained in:
parent
b152df7058
commit
315c36ee3d
@ -254,7 +254,7 @@ if ($act == 'newevent') {
|
|||||||
// 钉钉通知
|
// 钉钉通知
|
||||||
if(in_array($event['event'],['打包','版本更新','上线'])) {
|
if(in_array($event['event'],['打包','版本更新','上线'])) {
|
||||||
$yanqiType = $isYanqi == 1 ? '延期' : '提前';
|
$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');
|
we('1');
|
||||||
|
Loading…
Reference in New Issue
Block a user