mirror of
https://gitee.com/ledc/IYUUAutoReseed
synced 2025-06-12 03:38:57 +00:00
add notify_on_change feature
This commit is contained in:
@ -851,6 +851,10 @@ class AutoReseed
|
||||
*/
|
||||
private static function wechatMessage()
|
||||
{
|
||||
global $configALL;
|
||||
if ($configALL['notify_on_change'] && self::$wechatMsg['reseedSuccess'] == 0 && self::$wechatMsg['reseedError'] == 0) {
|
||||
return;
|
||||
}
|
||||
$br = PHP_EOL;
|
||||
$text = 'IYUU自动辅种-统计报表';
|
||||
$desp = '### 版本号:'. self::VER . $br;
|
||||
|
Reference in New Issue
Block a user