从你提供的截图和描述来看,问题本质是 Claude Code(CC)客户端在调用 DeepSeek API 时,因请求格式/路由配置不匹配,导致服务端返回了 HTML 页面(而非 JSON 响应),进而被 CC 解析失败,抛出 json.decoder.JSONDecodeError 或乱码渲染。
json.decoder.JSONDecodeError
关键线索已明确: