合并 internal → main: 退款/提现/激活/CI 全面优化 #4

Open
shanshanzhong147 wants to merge 76 commits from internal into main
Showing only changes of commit e33af1450b - Show all commits
+2 -2
View File
@@ -219,7 +219,7 @@ jobs:
curl -fsS -X POST "https://api.telegram.org/bot${TG_BOT_TOKEN}/sendMessage" \
--data-urlencode "chat_id=${TG_CHAT_ID}" \
--data-urlencode "text=${MESSAGE}"
--data-urlencode "text=${MESSAGE}" || echo "Telegram notification failed; deployment result is unchanged."
- name: Notify Telegram on failure
if: failure()
@@ -247,4 +247,4 @@ jobs:
curl -fsS -X POST "https://api.telegram.org/bot${TG_BOT_TOKEN}/sendMessage" \
--data-urlencode "chat_id=${TG_CHAT_ID}" \
--data-urlencode "text=${MESSAGE}"
--data-urlencode "text=${MESSAGE}" || echo "Telegram notification failed; workflow failure was already recorded."