Commit Graph
4 Commits
Author SHA1 Message Date
marsal 1641553d31 feat(send): async acceptance and send_result event 2026-07-10 12:18:54 +08:00
marsal 1d2948677e feat(login): emit login and online status events 2026-07-10 12:16:27 +08:00
marsal 2f4783f1f9 feat(heartbeat): emit heartbeat event to SQLite 2026-07-10 12:11:18 +08:00
marsal bd0ac464cf feat(channel-service): add Python FastAPI pywechat channel service
- Add FastAPI project under channel-service/
- Implement mock pywechat client adapter (login, send, heartbeat)
- Add /v1/wechat-personal/login/*, /v1/wechat-personal/send/* APIs
- Add /v1/heartbeat and /v1/monitor/status for client health
- Add /monitor HTML page with Web Components
- Add pytest suite and Dockerfile
- Update .gitignore for Python/Node artifacts
2026-07-07 12:36:54 +08:00