generated from dxfeng/secondev-chapanda-feishu
MODIFY-OCR反馈信息优化
This commit is contained in:
parent
6934e2d4f9
commit
91ededc25a
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in New Issue