This commit is contained in:
c
2025-11-27 21:46:24 +08:00
parent ee1bb22e95
commit c0f9e287fa
3 changed files with 46 additions and 21 deletions

View File

@@ -32,7 +32,7 @@ namespace TelegramServiceV6.Bl
oObj.Add("parse_mode", "HTML");
//是否显示url 预览
oObj.Add("disable_web_page_preview", "TRUE");
SendMessageBl.SendWx("https://api.telegram.org/bot1879430057:AAHtwdwHLH0a7cNjTPBQsI92ivoKZI6P-5A/sendMessage", oObj.ToString());
SendMessageBl.SendTg("https://api.telegram.org/bot1879430057:AAHtwdwHLH0a7cNjTPBQsI92ivoKZI6P-5A/sendMessage", oObj.ToString());
}
catch (Exception ex)
{