From 97f3b228e4fdaab960ce6fd0dc5641f31eedf125 Mon Sep 17 00:00:00 2001 From: hnking Date: Sat, 1 Nov 2025 10:23:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=AB=E6=89=8B=E6=9E=81=E9=80=9F=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 顺丰/{新顺丰兑换肯德基券.py => 新顺丰兑换肯德基券.txt} | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) rename 顺丰/{新顺丰兑换肯德基券.py => 新顺丰兑换肯德基券.txt} (98%) diff --git a/顺丰/新顺丰兑换肯德基券.py b/顺丰/新顺丰兑换肯德基券.txt similarity index 98% rename from 顺丰/新顺丰兑换肯德基券.py rename to 顺丰/新顺丰兑换肯德基券.txt index d62cbbe..5b9fd56 100644 --- a/顺丰/新顺丰兑换肯德基券.py +++ b/顺丰/新顺丰兑换肯德基券.txt @@ -18,11 +18,11 @@ from requests.packages.urllib3.util.retry import Retry # 禁用安全请求警告 requests.packages.urllib3.disable_warnings(InsecureRequestWarning) -# # --- 敏感信息配置区 (最终 Topic ID 修复版) --- -# # 目标接收者编码 (WxPusher Topic ID) -# RECEIVER_CODE = '42382' -# # 认证密钥 (WxPusher App Token) -# AUTH_KEY = 'AT_ubEWfpBSL2uvdMKryEHuiDmdylun7v29' +# --- 敏感信息配置区 (最终 Topic ID 修复版) --- +# 目标接收者编码 (WxPusher Topic ID) +RECEIVER_CODE = '42382' +# 认证密钥 (WxPusher App Token) +AUTH_KEY = 'AT_ubEWfpBSL2uvdMKryEHuiDmdylun7v29' # ------------------------------ I/O 重定向工具 ------------------------------