@@ -18,7 +18,7 @@ with open(CONFIG_FILE, 'r', encoding='utf-8') as f:
...
@@ -18,7 +18,7 @@ with open(CONFIG_FILE, 'r', encoding='utf-8') as f:
config=json.load(f)
config=json.load(f)
BASE_URL=f"https://{config['server']['host']}"
BASE_URL=f"https://{config['server']['host']}"
RESTART_TS='2026-09-08 17:09:59'# 实际重启时间
RESTART_TS='2026-09-09 21:01:45'# 实际重启时间(阶段4触发)
INTERFACES=[
INTERFACES=[
{'name':'对外接口','url':f'{BASE_URL}/exapi/message/getMsgPageList','ok_keywords':['无效token','Full authentication is required'],'fail_keywords':['nginx Error']},
{'name':'对外接口','url':f'{BASE_URL}/exapi/message/getMsgPageList','ok_keywords':['无效token','Full authentication is required'],'fail_keywords':['nginx Error']},