This commit is contained in:
Leo
2026-01-06 18:50:24 +08:00
parent 2fe78ec192
commit 440df7d538

View File

@@ -429,7 +429,7 @@ public class TencentDocServiceImpl implements ITencentDocService {
tencentDocConfig.getApiBaseUrl()
);
log.info("API调用成功原始返回结果: {}", result != null ? result.toJSONString() : "null");
//log.info("API调用成功原始返回结果: {}", result != null ? result.toJSONString() : "null");
// 检查API响应中的错误码
// 根据官方文档,成功响应包含 ret=0错误响应包含 code!=0