MODIFY-OCR反馈信息优化

This commit is contained in:
dxfeng 2024-07-04 09:12:17 +08:00
parent 6934e2d4f9
commit 91ededc25a
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ public class ResumeRecognitionServiceImpl extends Service implements ResumeRecog
JSONObject all = JSONObject.parseObject(response);
if (!all.getBoolean("isSuccess")) {
baseBean.writeLog("千里聆响应数据:" + all);
throw new CustomizeRunTimeException("千里聆接口调用失败,接口不通");
throw new CustomizeRunTimeException(all.getString("errorMsg"));
}
JSONObject resultall = all.getJSONObject("data");
String status = resultall.getString("state");