fix: 修复初始化时, 未设置localImagePath #112

Merged
yaoshuli merged 1 commits from feature/frontConf into test 1 year ago

@ -32,6 +32,7 @@ public class OcrFrontConfServiceImpl extends BaseServiceImpl<OcrFrontConfMapper,
apiConfig.setAccessCode(frontConf.getWlyAccessCode());
apiConfig.setConnectTimeout(frontConf.getWlyConnectTimeout());
apiConfig.setReadTimeout(frontConf.getWlyReadTimeout());
apiConfig.setLocalImagePath(frontConf.getWlyLocalImagePath());
}
}
}

Loading…
Cancel
Save