Files
awoooi/apps/api
OG T 22ee9b2fe3
All checks were successful
CD Pipeline / build-and-deploy (push) Successful in 13m3s
fix(telegram): answerCallbackQuery result=true 導致 bool is not iterable
Telegram answerCallbackQuery 成功時返回 {"ok": true, "result": true},
_send_request 中 "message_id" in result["result"] 對 bool 做 in 操作
報 "argument of type 'bool' is not iterable"。

修正:加 isinstance(result_val, dict) 防禦後再做 in 檢查。

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-05 14:20:54 +08:00
..