在通知服务延期的短时间内
- (void)didReceiveNotificationRequest:(UNNotificationRequest *)request withContentHandler:(void (^)(UNNotificationContent * _Nonnull))contentHandler
我可以修改除 userInfo 之外的UNMutableNotificationContent属性。获取userInfo字典的可变副本并对其进行更改和重新设置是行不通的。