补上 TG bot 开头

pull/37/head
david082321 2 years ago committed by GitHub
parent 89ec04e0bf
commit ca71833c9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -160,7 +160,7 @@ function check_412($output,$get_area) {
}
}
try {
file_get_contents(TG_BOT_API.'/'.TG_BOT_KEY.'/sendMessage?chat_id='.TG_CHAT_ID.'&text='.$msg);
file_get_contents(TG_BOT_API.'/bot'.TG_BOT_KEY.'/sendMessage?chat_id='.TG_CHAT_ID.'&text='.$msg);
} catch (Exception $e) {
// 不做任何事
}

Loading…
Cancel
Save