Skip to content

Commit

Permalink
新增定时处理恢复vless服务
Browse files Browse the repository at this point in the history
  • Loading branch information
yixiu001 committed Jul 17, 2024
1 parent 711b556 commit 1efcb2b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,8 @@
telegram_payload = {
"chat_id": telegram_chat_id,
"text": summary_message,
"parse_mode": "Markdown",
"reply_markup": '{"inline_keyboard":[[{"text":"问题反馈❓","url":"https://t.me/yxjsjl"}]]}'
}

# 打印请求的详细信息
print(f"Telegram 请求 URL: {telegram_url}")
print(f"Telegram 请求 Payload: {telegram_payload}")

# 发送请求到 Telegram
response = requests.post(telegram_url, json=telegram_payload)

Expand Down

0 comments on commit 1efcb2b

Please sign in to comment.