fix: 修复监控链路 api_key 未解码致 401、瞬时 401 误禁、前端表单多处问题 - monitor: 调度链路对 base64 存储的 api_key 解码(此前直接发送编码串导致所有账号 401) - fetcher: 401/403 先按重试次数确认再判定禁用,避免瞬时 401 误杀;POST 自动补 Content-Type: application/json - ui: val/err 兼容 # 前缀(保存无反应的根因);平台编辑回填 headers 反转义;监控页补添加账号入口 - test: 新增 monitor 解码回归测试,共 51 个用例
This commit is contained in:
8 files changed
+136
-17
No files matched your search
+4
-4
@@ -2,9 +2,9 @@
|
||||
"port": 8000,
|
||||
"password": "admin123",
|
||||
"global_interval_seconds": 300,
|
||||
"retry_count": 2,
|
||||
"timeout_seconds": 10,
|
||||
"retry_count": 5,
|
||||
"timeout_seconds": 30,
|
||||
"max_workers": 8,
|
||||
"telegram_bot_token": "",
|
||||
"telegram_chat_id": ""
|
||||
"telegram_bot_token": "8644232754:AAGmeVIrIooApWD97QSaPWAS5DEb_187XpE",
|
||||
"telegram_chat_id": "6028494474"
|
||||
}
|
||||
Reference in New Issue
Block a user