feat: linebot & invoice_fetcher

1. add manual captcha
2. remove transaction
This commit is contained in:
2026-03-09 15:35:49 +08:00
parent 1ea7feacf1
commit 1fa12fcfad
5 changed files with 317 additions and 153 deletions

4
app/captcha_state.py Normal file
View File

@@ -0,0 +1,4 @@
import asyncio
captcha_answer = None
captcha_event = None