parent
de045fa8ab
commit
88b1e93ec5
|
@ -609,8 +609,8 @@ public class ApiService {
|
||||||
return "提交接口 → 响应失败: " + errorBody;
|
return "提交接口 → 响应失败: " + errorBody;
|
||||||
}
|
}
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
logger.info("请求失败,失败信息:{}", e.getMessage());
|
logger.info("请求失败,请求体:{}\n失败信息:{}", requestBody, e.getMessage());
|
||||||
return "提交接口 → 请求失败," + e.getMessage();
|
return "提交接口 → 请求失败," + e;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue