eae7fdafb8
企微后台保存时要求响应为原始解密明文(Content-Type: text/plain), FastAPI 默认 JSON 序列化会加引号导致验证失败。 改用 PlainTextResponse 返回纯文本。 验证: 本地 + 生产域名均返回 text/plain, 解密内容正确 Co-Authored-By: Claude <noreply@anthropic.com>