win
2b94f15b56
fix(04): correct architecture — private files use crawler_core directly
Architecture clarification from user: spiderJobs/ is standalone execution,
NOT meant to be imported by app/. Correct dependency graph:
crawler_core ← shared base library
↑ ↑
spiderJobs app/services/crawler/
(standalone) (FastAPI backend, private layer)
Changes:
- boss.py/qcwy.py/zhilian.py: revert import back to private _boss_api etc.
- _boss/job51/zhilian_api.py: use crawler_core.base.Result/BaseFetcher/BaseSearcher
+ fix self._http → self.http_client
- _boss/job51/zhilian_client.py: use crawler_core.http_client.HTTPClient
+ _boss_client uses crawler_core.boss.sign.BossSign directly
- _boss/job51/zhilian_sign.py: backward-compat stubs → crawler_core.*.sign
Full regression: 106 passed in 0.68s
2026-03-21 19:39:30 +08:00
..
2026-01-14 22:14:33 +08:00
2026-03-21 19:36:24 +08:00
2026-03-21 19:39:30 +08:00
2026-03-21 19:39:30 +08:00
2026-03-21 19:39:30 +08:00
2026-03-21 19:36:24 +08:00
2026-03-21 19:39:30 +08:00
2026-03-21 19:39:30 +08:00
2026-03-21 19:39:30 +08:00
2026-03-21 19:39:30 +08:00
2026-03-21 19:39:30 +08:00
2026-03-21 19:39:30 +08:00
2026-03-21 19:39:30 +08:00
2026-03-21 19:39:30 +08:00
2026-03-21 19:39:30 +08:00