'小红书解析'

This commit is contained in:
eric
2026-03-16 04:27:53 -05:00
parent d44417d10a
commit e84c02a329
3 changed files with 761 additions and 2 deletions

View File

@@ -97,7 +97,7 @@ def _safe_stderr_write(message: str) -> None:
def _should_trace_request(path: str) -> bool:
return any(
segment in path for segment in ("/nomadvip", "/digital", "/cnomadcna", "/nomadlms")
segment in path for segment in ("/nomadvip", "/digital", "/cnomadcna", "/nomadlms", "/salon")
)
# 启动时校验 BASE_URL线上部署必须为公网可访问地址否则 ZPAY 无法回调)