提交内容:BIP提交接口调用

备注:BIP提交接口调用
提交人:邹江涛
This commit is contained in:
zoujiangtao 2024-12-18 19:44:09 +08:00
parent de045fa8ab
commit 88b1e93ec5
1 changed files with 2 additions and 2 deletions

View File

@ -609,8 +609,8 @@ public class ApiService {
return "提交接口 → 响应失败: " + errorBody;
}
} catch (Exception e) {
logger.info("请求失败,失败信息:{}", e.getMessage());
return "提交接口 → 请求失败," + e.getMessage();
logger.info("请求失败,请求体:{}\n失败信息:{}", requestBody, e.getMessage());
return "提交接口 → 请求失败," + e;
}
}