master
周文涛 2 years ago
parent 27d0e94396
commit f9e2b5401f

@ -286,6 +286,7 @@ public class OcrIdentifyServiceImpl extends ServiceImpl<OcrIdentifyMapper, OcrId
semanticResponseJson = RestUtil.post("https://192.168.1.21:8686/api/task/image/ocr/callback", requestBody); semanticResponseJson = RestUtil.post("https://192.168.1.21:8686/api/task/image/ocr/callback", requestBody);
}catch (Exception e){ }catch (Exception e){
log.info("请求无量云回调接口失败"); log.info("请求无量云回调接口失败");
e.printStackTrace();
}finally { }finally {
log.info("回调返回------------------"); log.info("回调返回------------------");
if (semanticResponseJson!=null) { if (semanticResponseJson!=null) {

Loading…
Cancel
Save