1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user